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