在 Outlook 2003 自定义插件中访问 AppointmentItem Body 时如何避免安全对话框
我已经在 VSTO 2005 中创建了 Outlook 2003 插件。我正在尝试访问约会项目的正文。当此语句运行时,Outlook 会弹出一个安全对话框,询问是否允许访问该信息。我们如何绕过此检查或需要执行的任何其他设置,使其不会出现?
I have created an Outlook 2003 addin in VSTO 2005. I am trying access appointment Item's body. When this statement runs, Outlook pops up a security dialog where it ask for whether to allow to access the information or not. How can we bypass this check or any additional setting we need to do so it will not appear?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是内置的安全功能。如果我们尝试访问约会的正文,它将抛出安全对话框。在 AddIn dll 被信任之前,这是无法避免的。
This is the inbuilt security feature. If we tries to access body of the Appointment, it will throw security dialog. It can't be avoided, until AddIn dll made trusted.