在收件箱中处理会议邀请
我想在 Outlook 会议邀请对话框中显示一个区域,其中列出了与当前会议冲突的所有会议的详细信息。我相信我拥有所有代码,除了感知收件箱中的项目何时属于会议类型之外。表单区域是在 Mail.IPM 中创建的。我尝试了 MeetingItem 和 AppointmentItem 类型,但没有成功。 我应该寻找什么类型的物品?顺便说一句,用 C# 编写代码。
I would like to show a region within the Outlook meeting invitation dialog where the details of all meetings that conflict with the current meeting are listed. I believe I have all the code except to sense when an item in the Inbox is of type meeting. The form region is created in the Mail.IPM. I have tried both the MeetingItem and AppointmentItem types with no success.
What item type should I be looking for ? Btw, writing code in C#.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
会议请求的类型为
IPM.Schedule.Meeting.Request
。Meeting request are of type
IPM.Schedule.Meeting.Request
.