Share via


SyncFolderHierarchyCompletedEventArgs.Result Property

The Result property gets or sets the reponse to the asynchronous call to the SyncFolderHierarchyAsync method.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public ReadOnly Property Result As SyncFolderHierarchyResponseType
    Get
'Usage
Dim instance As SyncFolderHierarchyCompletedEventArgs
Dim value As SyncFolderHierarchyResponseType

value = instance.Result
public SyncFolderHierarchyResponseType Result { get; }

Property Value

Type: ExchangeWebServices.SyncFolderHierarchyResponseType
The Result property returns a SyncFolderHierarchyResponseType object that contains the results of the asynchronous call to the SyncFolderHierarchyAsync method.