从 VSTO 加载项订阅 Outlook 事件

发布于 2024-07-16 06:05:23 字数 218 浏览 7 评论 0原文

我需要以某种方式与 Outlook 进行交互,当在 Outlook 中删除任务时,我会收到通知,如果该任务的正文中包含文本“HELLO”,则显示一个消息框。

我的加载项位于 VSTO 2005 中,适用于 Office 2007。

我认为实现此目的的唯一方法是订阅 Outlook 事件,但在 google 中几个小时后,我的调查还没有接近解决方案。

谢谢你的时间。

I need to interact with outlook in a way that, when a task is deleted in outlook, I get notice about and if the task has the text "HELLO" in it's body, show a MessageBox.

My add in is in VSTO 2005, and it's for Office 2007.

The only way I see to accomplish this is to subscribe for the Outlook events but after a couple hours in google, my investigation isn't near to a solution.

Thanks for your time.

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

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

发布评论

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

评论(1

落在眉间の轻吻 2024-07-23 06:05:23

在 Google 几次之后,我找到了我要找的那个

http://social.msdn.microsoft.com/Forums/en-US/vsto/thread/d22810d9-3bab-4825-a54f-a05244c7f819/

那里有答案很简单,描述一个特定的文件夹并订阅它的移动事件

聪明的答案,对我来说效果很好。

Well after a couple time in Google I find the one that I look for

http://social.msdn.microsoft.com/Forums/en-US/vsto/thread/d22810d9-3bab-4825-a54f-a05244c7f819/

over there the answer was simple, characterize a specific folder and subscribe for it's moving event

Clever answer, works fine for me.

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