UpdateItemCompletedEventArgs.Result Property
The Result property returns the results of an asynchonous call to the UpdateItemAsync method.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public ReadOnly Property Result As UpdateItemResponseType
Get
'Usage
Dim instance As UpdateItemCompletedEventArgs
Dim value As UpdateItemResponseType
value = instance.Result
public UpdateItemResponseType Result { get; }
Property Value
Type: ExchangeWebServices.UpdateItemResponseType
The Result property returns an UpdateItemResponseType object that contains the results of the asynchronous method.