SyncFolderHierarchyCompletedEventArgs.Result Property
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 Result property gets or sets the reponse to the asynchronous call to the SyncFolderHierarchyAsync(SyncFolderHierarchyType) method.
public:
property ExchangeWebServices::SyncFolderHierarchyResponseType ^ Result { ExchangeWebServices::SyncFolderHierarchyResponseType ^ get(); };
public ExchangeWebServices.SyncFolderHierarchyResponseType Result { get; }
Public ReadOnly Property Result As SyncFolderHierarchyResponseType
Property Value
The Result property returns a SyncFolderHierarchyResponseType object that contains the results of the asynchronous call to the SyncFolderHierarchyAsync(SyncFolderHierarchyType) method.