我如何知道约会是否是私人的

发布于 2024-09-30 10:32:15 字数 74 浏览 0 评论 0原文

我使用 Exchange Server 托管 API。我如何知道约会是否是私人的? “Appointment”类中似乎没有方法或属性。

I use Exchange Server Managed API. How do I find out if an appointment is private?
There doesn't seem to be a method or property in the "Appointment" class.

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

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

发布评论

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

评论(2

强辩 2024-10-07 10:32:15

查看 灵敏度属性。

Look at the Sensitivity property.

少女七分熟 2024-10-07 10:32:15

抱歉,我似乎无法对上面 @Stuart 的答案发表评论,也不想提出新问题。

如果您使用的是 ExchangeService.FindAppointments,则返回的项目为 Microsoft.Exchange.WebServices.Data.Appointment
Sensitivity 属性似乎处于同一级别?

请问你(@Luke)如何访问该属性?
您需要使用 ExchangeService.LoadPropertiesForItems 吗?

Apologies, I don't seem to be able to comment on @Stuart's answer above and didn't want to create a new question.

If you're using ExchangeService.FindAppointments, the returned Items are Microsoft.Exchange.WebServices.Data.Appointment
The Sensitivity property seems to be at the same level?

How do you (did you @Luke) access that property please?
Do you need to use ExchangeService.LoadPropertiesForItems ?

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