有没有办法确定当前的 Outlook 活动级别?
我正在使用 C# (VS2008) 开发 Outlook 2007 插件,我们希望仅在 Outlook 不忙于执行其他操作时发送一些后台电子邮件项目。 有没有一种 .net 方法可以查看 Outlook 是否正忙于执行其他操作(可能是由于其他加载项等占用了 CPU 周期)?
或者,有没有办法发送电子邮件,使其永远不会出现在发件箱中? 我们需要一种不需要安装任何额外软件的方法。
感谢您的任何意见。
I am working on an Outlook 2007 Add-in in C# (VS2008) and we want to send some background email items only when Outlook is not busy doing something else. Is there a .net way to see if Outlook is busy doing other things (perhaps due to other add-ins or the like taking up CPU cycles)?
Alternately, is there a way to send emails such that they never appear in the Outbox? We need a method that would not require any additional software be installed.
Thanks for any input.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我能想到的就是监视 OST 文件日期时间。 不太好,但它是一些东西。 你在这方面做得怎么样?
All I can think of is to monitor the OST file datetime. Not to good, but it is something. How have you done on this?