Exchange EWS not returning message body for calendar

∥☆過路亽.° 提交于 2019-12-04 12:43:26

The body needs to be retrieved in a separate call.

http://weblogs.asp.net/psperanza/archive/2008/03/18/getting-calendar-items-using-exchange-web-services.aspx

Or you can load the property first.

http://blogs.msdn.com/b/exchangedev/archive/2010/03/16/loading-properties-for-multiple-items-with-one-call-to-exchange-web-services.aspx

The second is easier but you need to define all properties you want back and if it is a lot, it can be a pain.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!