1

I am using EWS Managed API 1.2. Is it possible to do a bulk operation( Create, Delete, MarkComplete) for tasks or other items using the managed API? I can do it using EWS directly, but cannot find any method to perform CRUD on multiple items using the managed API. (no loops)

4

1 回答 1

2

EWS 托管 API 上的批处理方法位于 ExchangeService 对象上。CreateItems()、DeleteItems()、BindToItems() 和 UpdateItems() 方法是您想要的。

带着敬意,

迈克尔·迈纳(微软)

于 2013-11-14T01:41:04.123 回答