FindFolderCompletedEventArgs.Result Property

The Result property gets a FindFolderResponseType object for an asynchronous FindFolder call.

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

Syntax

'Declaration
Public ReadOnly Property Result As FindFolderResponseType
    Get
'Usage
Dim instance As FindFolderCompletedEventArgs
Dim value As FindFolderResponseType

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

Property Value

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

Remarks

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