Вопрос

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)

Это было полезно?

Решение

The batch methods on the EWS Managed API are located on the ExchangeService object. CreateItems(), DeleteItems(), BindToItems(), and UpdateItems() methods are what you want.

With regards,

Michael Mainer (Microsoft)

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top