【发布时间】:2018-10-31 18:21:01
【问题描述】:
我有一个 Office 365 邮件应用程序,它在保存项目之前将值存储在自定义属性中。保存项目后,我想使用服务器端应用程序访问此属性。 Reading through the custom properties documentation 告诉我,我无法使用 EWS 等任何其他服务访问使用 JS API 创建的自定义属性,因为这些不是 MAPI 属性。有什么解决方法吗?是否可以使用 REST API 访问这些?
【问题讨论】:
标签: c# office365 exchangewebservices office365-apps outlook-web-addins