如何使用 Microsoft.Office.Interop 程序集检查 Outlook 是否有新邮件?
我只是希望能够在 Outlook 打开时检查是否有来自 Windows 表单应用程序的新邮件。
我能够捕获 NewMail 事件(ApplicationEvents_11_NewMailEventHandler),但如果新邮件通知在我的代码运行之前已经处于活动状态,则不会触发它。
另外,如何在 Outlook 不弹出有关第三方应用程序访问的警告窗口的情况下执行此操作?换句话说,我如何让 Outlook 信任我? (该部分可能更适合超级用户)
I simply want to be able to check, while outlook is open, if it has new mail from a Windows forms application.
I'm able to capture the NewMail event(ApplicationEvents_11_NewMailEventHandler), but if new mail notification was already active before my code runs, it is not fired.
Also, how can I do this without Outlook popping up the warning windows about third party application access? In other words, how do I tell outlook to trust me? (That part may better suited to superuser)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论