Поделиться через


GetFolderCompletedEventArgs.Result Property

The Result property gets a GetFolderResponseType object for an asynchronous GetFolder call.

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

Syntax

'Declaration
Public ReadOnly Property Result As GetFolderResponseType
    Get
'Usage
Dim instance As GetFolderCompletedEventArgs
Dim value As GetFolderResponseType

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

Property Value

Type: ExchangeWebServices.GetFolderResponseType
The Result property returns a GetFolderResponseType object.

Remarks

See the FindFolderAsync method for an asynchronous Exchange Web Services example.