【问题标题】:Independentsoft Exchange Web Services HTML from message is null来自消息的 Independentsoft Exchange Web 服务 HTML 为空
【发布时间】:2017-10-20 04:50:14
【问题描述】:

使用 Independentsoft 提供的代码示例:

PropertyName myPropertyName = new PropertyName("Disabled", StandardPropertySet.PublicStrings, MapiPropertyType.String);
Exists restrictionExists = new Exists(myPropertyName);

response = service.FindItem(StandardFolder.Inbox, MessagePropertyPath.AllPropertyPaths, new Not(restrictionExists));

我们收到消息,但 BodyHtmlText 为空...

使用 Exchange Server 2010 SP2。

有人对此有任何问题吗?

【问题讨论】:

    标签: exchangewebservices exchange-server-2010


    【解决方案1】:

    FindItems 不返回正文(和许多其他属性),您需要对相关项目发出 GetItem 请求以获取这些属性,请参阅 https://msdn.microsoft.com/en-us/library/bb508824.aspx

    【讨论】:

      猜你喜欢
      • 2014-08-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-12-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多