2017-10-19 4 views
0

die Code-Beispiele von Independentsoft bereitgestellt Verwendung:Independentsoft Exchange Web Services HTML von Nachricht ist null

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

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

wir die Nachricht bekommen, aber die BodyHtmlText ist null ...

Verwenden von Exchange Server 2010 SP2.

Jeder hatte irgendwelche Probleme damit?

Antwort