正在阅读“联系人...”来自交换预约

发布于 2024-12-21 18:00:22 字数 364 浏览 0 评论 0原文

在 Outlook 中,我可以打开约会并按照文件 -> 进行操作。功能区中的属性可查看属性。在属性窗口中,有“联系人...”按钮和文本框,您可以在其中将联系人应用于约会或在框中输入文本。

我想通过 Exchange 托管 API 以编程方式读取此属性,但找不到任何支持此操作的内容。

查看 约会文档,我看到几乎所有属性的成员,但没有看到检索“联系人”的方法。

请指教。

In Outlook, I can open an appointment and follow File -> Properties in the ribbon to view the properties. In the properties window, there is the 'Contacts...' button and textbox where you can apply contacts to the appointment or enter text in the box.

I want to programmaticly read this property via the Exchange Managed API but can't find anything to support this.

Looking through the Appointment documentation, I see members for just about all of the properties but don't see a way to retrieve the "Contacts".

Please advise.

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

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

发布评论

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

评论(1

忆伤 2024-12-28 18:00:22

查看或进行谷歌搜索,如下所示
甚至不确定这是否有效..对于联系人,它只会用联系人替换约会

Appointment apt = AppointMent.Bind(service, new ItemId(id), new PropertySet(BasePropertySet.FirstClassProperties, AppointmentSchema.Body ));

look or do a google search on something like the following
not even sure this would work.. for contacts it would just replace Appoinment with Contact

Appointment apt = AppointMent.Bind(service, new ItemId(id), new PropertySet(BasePropertySet.FirstClassProperties, AppointmentSchema.Body ));
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文