有没有办法确定当前的 Outlook 活动级别?

发布于 2024-07-21 00:35:39 字数 230 浏览 5 评论 0原文

我正在使用 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 技术交流群。

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

发布评论

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

评论(1

玉环 2024-07-28 00:35:39

我能想到的就是监视 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?

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