搜索 Outlook 2010 会议请求事件 c#
我将在 Outlook(对于 Outlook Addin)中检查会议请求(MeetingItem / AppointmentItem)中添加的收件人。 我正在 MeetingItem / AppointmentItem 本身中搜索事件/可能性... 到目前为止我还没有发现任何事件,其中添加了对收件人负责的情况。 有人可以给我一些关于我应该如何进行的提示吗?
谢谢 马丁
I will check in Outlook (for Outlook Addin), in a meeting request (MeetingItem / AppointmentItem), the recipients when they were added.
I am searching for an event / possibility in the MeetingItem / AppointmentItem it self...
So far I have not found any event, which add to the recipients is responsible.
Can someone give me as a tip on how I should proceed?
Thank you
Martin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
找到了解决 ItemSend 事件的方法:
Found a way over the ItemSend event:
我已经弄清楚如何知道收件人是否已更改,该事件会在约会项目中发生任何更改时触发,但我可以使用名称进行过滤。
xxx:在这里,我想检查一下该项目的收件人(如果它已更改)。不幸的是,我不知道如何返回我的约会项目....
I have figured out how do I know if the recipients have been changed, that event fires on any change in the appointmentItem, but i am able to filter with the name.
xxx: Here I'd just like to go through now the recipients of the item, if it has changed. Unfortunately, I do not know how to get back to my Appointment Item ....