NewMailEx 的替代方案
对于触发收件箱消息的事件 NewMailEx 是否还有其他替代方案。我目前面临的问题是 NewMailEx 仅在互联网打开时才能工作。它会针对来自 Exchange Server 的传入邮件触发,但不会针对 Exchange Server 中的缓存邮件触发。
“对于拥有在线 Exchange Server 帐户(非缓存 Exchange 模式)的用户,仅当 Outlook 运行时才会触发该事件。当 Outlook 运行时,对于使用在线 Exchange Server 帐户接收的项目,该事件不会触发。未运行。”
我还可以尝试什么其他替代方法来纠正此问题?
Is there any other alternative for the event NewMailEx which fires inbox messages. The problem presently I am facing is that NewMailEx works only if the Internet is ON. It fires for incoming messages from the Exchange Server but not for cached messages in Exchange Server.
"For users with an online Exchange Server account (non-Cached Exchange Mode), the event will fire only if Outlook is running. The event will not fire for the items that are received using an online Exchange Server account when Outlook is not running."
What other alternative can I try to rectify this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于与 Outlook 自动化相关的任何内容,请查看兑换,它很便宜,许可证没有限制性,而且大多数一切都很震撼。
RDOSession.OnNewMail() 应该对您的用例有所帮助。
For anything related to Outlook automation, check Redemption, it's cheap, the license is not restrictive, and most of all it rocks.
RDOSession.OnNewMail() should help in your use case.