CreateItemCompletedEventArgs.Result Property
The Result property gets the response from an asynchronous call to the CreateItem operation.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public ReadOnly Property Result As CreateItemResponseType
Get
'Usage
Dim instance As CreateItemCompletedEventArgs
Dim value As CreateItemResponseType
value = instance.Result
public CreateItemResponseType Result { get; }
Property Value
Type: ExchangeWebServices.CreateItemResponseType
The Result property returns a CreateItemResponseType object that contains the results of an asynchronous call to the CreateItem operation.