来自消息的 Independentsoft Exchange Web 服务 HTML 为空

Independentsoft Exchange Web Services HTML from message is null

使用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。

有人对此有任何问题吗?

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