Outlook - 如何访问约会属性公司

发布于 2024-12-25 04:03:51 字数 165 浏览 3 评论 0原文

Outlook 约会数据模型包含一个名为 COMPANY 的属性。我无法找到在哪里输入此信息。如果我创建一个新约会,我可以输入开始时间、停止时间、地点等。看来我无法输入公司的数据。这准确吗?为什么有一个不能使用的属性?我该如何使用它?我当然不必构建自定义 Outlook 表单,不是吗?

谢谢, GS

The Outlook data model for Appointments includes an attribute called COMPANY. I cannot find where to enter this information anywhere. If I create a new appointment, I can enter start time, stop time, location, etc. It appears I cannot enter the data for COMPANY. Is this accurate? Why have an attribute which cannot be used? How do I use it? Surely I don't have to build a custom Outlook form, do?

Thanks,
GS

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

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

发布评论

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

评论(1

深海夜未眠 2025-01-01 04:03:51

我假设您指的是 AppointmentItem.Companies 属性:

返回或设置代表公司名称的字符串
与 Microsoft Outlook 项目关联。这是一个自由格式的文本
场地。读/写。

该字段在默认预约表单中不可用。您需要自定义现有表单或设计自己的包含此字段的表单。

您问:

为什么有一个无法使用的属性?

你可以使用它——见上文。

I assume you are referring to the AppointmentItem.Companies Property:

Returns or sets a String representing the names of the companies
associated with the Microsoft Outlook item. This is a free-form text
field. Read/write.

This field is not available in the default Appointment form. You would need to customize the existing form or design your own that includes this field.

You asked:

Why have an attribute which cannot be used?

You can use it -- see above.

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