I'm new to Exchange and I would like to create a local contact and a group of contacts through Exchange Web Services (EWS).
It doesn't seem to have some methods to do that, or I don't find the precise function to do it in the following documentation: Exchange Web Services (EWS) in Exchange 2010
We use Exchange 2010 SP3.
Any help would be appreciated!
Ok so it seems I can use the ExchangeService.CreateItems method and put some items in it, like contacts or a group of contacts.
From the main documentation:
Item Operations The Item operations provide access to items in the Exchange data store. By using these operations, a client application can create, update, delete, copy, get, move, and send items. The Item operations work on the following item types:
[...]