Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以为要使用会议窗口中的发送按钮创建的会议设置扩展属性吗?除了使用 OfficeJs EWS 请求 CreateItem 创建会议之外,还有其他方法可以将扩展属性设置为 o 会议吗?
Outlook Web 加载项不提供任何用于创建会议的内容(REST API 调用除外)。它们仅在当前项目的上下文中运行。如果您需要访问一组丰富的可用方法和属性,例如 Outlook 对象模型,您需要开发一个 COM 插件。