ExchangeServiceBinding.EndSyncFolderHierarchy Method
The EndSyncFolderHierarchy method is used to end an asynchronous SyncFolderHierarchy call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function EndSyncFolderHierarchy ( _
asyncResult As IAsyncResult _
) As SyncFolderHierarchyResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim asyncResult As IAsyncResult
Dim returnValue As SyncFolderHierarchyResponseType
returnValue = instance.EndSyncFolderHierarchy(asyncResult)
public SyncFolderHierarchyResponseType EndSyncFolderHierarchy(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
Return Value
Type: ExchangeWebServices.SyncFolderHierarchyResponseType
The EndSyncFolderHierarchy method returns a SyncFolderHierarchyResponseType object.