Partilhar via


CreateFolderCompletedEventArgs.Result Property

The Result property gets a CreateFolderResponseType object for an asynchronous CreateFolder call.

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

Syntax

'Declaration
Public ReadOnly Property Result As CreateFolderResponseType
    Get
'Usage
Dim instance As CreateFolderCompletedEventArgs
Dim value As CreateFolderResponseType

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

Property Value

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

Remarks

For an asynchronous Exchange Web Services example, see the FindFolderAsync method.