绕过“程序正在尝试访问... Outlook”对话框

发布于 2024-08-22 01:24:39 字数 209 浏览 2 评论 0原文

我在编写 Office Outlook 2007 加载项时遇到一个问题,我正在通过捕获发送事件来访问当前正在发送的电子邮件的电子邮件内容。一切正常,但是当通过 Outlook.MailItem 对象(在 C# 中)访问电子邮件的主题/正文时,它会提示一个对话框以允许/拒绝该程序访问。任何人都可以帮助如何绕过此对话框并允许程序访问 MailItem 吗?

谢谢萨菲乌拉

I'm facing one issue while writing Office Outlook 2007 Add-In, I'm accessing the email contents of email currently being sent by capturing Send event. Everything works fine but when accessing the subject/body of the email through Outlook.MailItem object (in C#), it prompts a dialog box to allow/deny this program to access. Can anyone help how to bypass this dialog box and allow the program to access MailItem ?

Thanks

Safiullah

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凶凌 2024-08-29 01:24:39

我认为这是可能的,MSFT 放置此警报框是为了避免恶意程序非法访问邮箱...但是,以下人员声称他们可以绕过:

http://www.ablebits.com/programming-outlook-security/index.php

I don think it is possible, MSFT has placed this alert box to avoid an illegal mail box access by malicious program... However, following guys claim that they can by-pass:

http://www.ablebits.com/programming-outlook-security/index.php

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文