【发布时间】: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