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