来自邮件的Independentsoft Exchange Web服务HTML为空

时间:2017-10-19 07:21:13

标签: exchangewebservices exchange-server-2010

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

有人有任何问题吗?

1 个答案:

答案 0 :(得分:1)

FindItems不会返回您在相关物品上制作GetItem请求所需的正文(以及许多其他属性)以获取这些属性,请参阅https://msdn.microsoft.com/en-us/library/bb508824.aspx