Independentsoft Exchange Web服务HTML从消息是空

问题描述:

使用Independentsoft提供的代码示例:Independentsoft Exchange Web服务HTML从消息是空

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不返回正文(和其他许多属性)您需要对有问题的项目进行GetItem请求以获取这些属性,请参阅https://msdn.microsoft.com/en-us/library/bb508824.aspx