ExchangeService.EndSyncFolderHierarchy(IAsyncResult) Method

Definition

Ends an asynchronous request to synchronize a specified folder hierarchy 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::FolderChange ^> ^ EndSyncFolderHierarchy(IAsyncResult ^ asyncResult);
public Microsoft.Exchange.WebServices.Data.ChangeCollection<Microsoft.Exchange.WebServices.Data.FolderChange> EndSyncFolderHierarchy (IAsyncResult asyncResult);
Public Function EndSyncFolderHierarchy (asyncResult As IAsyncResult) As ChangeCollection(Of FolderChange)

Parameters

asyncResult
IAsyncResult

An IAsynResult object that references the specified asynchronous request.

Returns

A ChangeCollection<TChange> collection of FolderChange objects containing the list of changes that occurred in the specified folder hierarchy.

Applies to