ExchangeService.EndSyncFolderItems(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Ends an asynchronous request to synchronize the items in a specified folder of a mailbox.This method was introduced in the Exchange Web Services (EWS) Managed API 1.2.
public:
Microsoft::Exchange::WebServices::Data::ChangeCollection<Microsoft::Exchange::WebServices::Data::ItemChange ^> ^ EndSyncFolderItems(IAsyncResult ^ asyncResult);
public Microsoft.Exchange.WebServices.Data.ChangeCollection<Microsoft.Exchange.WebServices.Data.ItemChange> EndSyncFolderItems (IAsyncResult asyncResult);
Public Function EndSyncFolderItems (asyncResult As IAsyncResult) As ChangeCollection(Of ItemChange)
Parameters
- asyncResult
- IAsyncResult
An IAsynResult object that references the specified asynchronous request.
Returns
A ChangeCollection<TChange> collection of ItemChange objects containing the list of changes that occurred in the specified folder hierarchy.