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