CreateManagedFolderCompletedEventArgs.Result Property
The Result property gets a CreateManagedFolderResponseType object for an asynchronous CreateManagedFolder call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public ReadOnly Property Result As CreateManagedFolderResponseType
Get
'Usage
Dim instance As CreateManagedFolderCompletedEventArgs
Dim value As CreateManagedFolderResponseType
value = instance.Result
public CreateManagedFolderResponseType Result { get; }
Property Value
Type: ExchangeWebServices.CreateManagedFolderResponseType
The Result property returns a CreateManagedFolderResponseType object.