Outlook:如何获取 Appointment.Write 事件处理程序中新添加项目的引用(EntryID、可选和必需的与会者)

发布于 2024-12-20 09:41:31 字数 279 浏览 1 评论 0原文

我想捕获新创建的约会项目的信息,为此我将事件与 NewInstpector 窗口 & 挂钩。再次挂钩 Write 事件。我还使用标准 Outlook 项目包装器(来自 msdn)。

问题出在 Item_Write 事件处理程序内部,我获得了新项目的引用,但某些属性为 NULL。例如 EntryID、可选与会者。

EntryID 的值可能为 null,因为交换服务器上尚未写入 item,因此问题是如何捕获新创建的 appiointment 项

Atul Sureka的 EntryID

I want to capture the information of new created appointment item, For that I hook the event with NewInstpector window & again hook the Write event. I am also using standard outlook item wrapper(from msdn).

The problem is inside the Item_Write event handler I get the reference of new item however some properties are coming as NULL. For e.g. EntryID, Optional attendees.

The value for EntryID might be null because item is not yet witten on the exchange server, so the question is how to capture the EntryID of newly created appiointment item

Atul Sureka

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

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

发布评论

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

评论(1

夏日浅笑〃 2024-12-27 09:41:31

在保存或发送商品之前,不会设置 EntryID,因为否则不会将其添加到商店中。

在读取条目 ID 之前,您需要执行上述任一操作。

EntryID is not set until the item is saved or sent, because it isn't added to the store otherwise.

You will need to do either of those things before you can read the entry ID.

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