Compartir a través de


AddDelegateCompletedEventArgs.Result Property

The Result property gets the response from an asynchronous call to the AddDelegateAsync operation.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public ReadOnly Property Result As AddDelegateResponseMessageType
    Get
'Usage
Dim instance As AddDelegateCompletedEventArgs
Dim value As AddDelegateResponseMessageType

value = instance.Result
public AddDelegateResponseMessageType Result { get; }

Property Value

Type: ExchangeWebServices.AddDelegateResponseMessageType
The Result property returns an AddDelegateResponseMessageType object that contains the results of an asynchronous call to the AddDelegateAsync operation.