Compartir a través de


SyncFolderItemsCompletedEventArgs.Result Property

The Result property gets the response from the asynchronous call to the SyncFolderItemsAsync method.

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

Syntax

'Declaration
Public ReadOnly Property Result As SyncFolderItemsResponseType
    Get
'Usage
Dim instance As SyncFolderItemsCompletedEventArgs
Dim value As SyncFolderItemsResponseType

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

Property Value

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