ExchangeServiceBinding.EndSyncFolderHierarchy(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.
The EndSyncFolderHierarchy(IAsyncResult) method is used to end an asynchronous SyncFolderHierarchy(SyncFolderHierarchyType) call.
public:
ExchangeWebServices::SyncFolderHierarchyResponseType ^ EndSyncFolderHierarchy(IAsyncResult ^ asyncResult);
public ExchangeWebServices.SyncFolderHierarchyResponseType EndSyncFolderHierarchy (IAsyncResult asyncResult);
Public Function EndSyncFolderHierarchy (asyncResult As IAsyncResult) As SyncFolderHierarchyResponseType
Parameters
- asyncResult
- IAsyncResult
Returns
The EndSyncFolderHierarchy(IAsyncResult) method returns a SyncFolderHierarchyResponseType object.