VB - 如何获取 Outlook AppointmentItem 的类别颜色
第一次来这里...
我正在编辑 OlCandr.dot 宏(将 Outlook 日历信息导入到 Word 中)并尝试获取每个约会的类别颜色。
我有 AppointmentItem 对象,appt.Categories 将返回此约会所具有的类别的字符串。但是,我不知道如何获取类别颜色。
感谢您的帮助...
干杯,
大卫
First time here...
I'm editing OlCalndr.dot macros (import Outlook Calendar info into Word) and trying to grab the category color for each appointment.
I have the AppointmentItem object, and appt.Categories will return a String of the categories this appointment has. However, I can't figure out how to get the category color.
Grateful for any help...
cheers,
David
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须从命名空间手动在类别目录中查找类别名称。
You have to manually look up the category name into the categories catalog from the Namespace.