在收件箱中处理会议邀请

发布于 2024-08-11 03:24:22 字数 186 浏览 10 评论 0原文

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

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

发布评论

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

评论(1

死开点丶别碍眼 2024-08-18 03:24:22

会议请求的类型为IPM.Schedule.Meeting.Request

Meeting request are of type IPM.Schedule.Meeting.Request.

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