AddDelegateCompletedEventArgs.Result Property

Definition

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

public:
 property ExchangeWebServices::AddDelegateResponseMessageType ^ Result { ExchangeWebServices::AddDelegateResponseMessageType ^ get(); };
public ExchangeWebServices.AddDelegateResponseMessageType Result { get; }
Public ReadOnly Property Result As AddDelegateResponseMessageType

Property Value

The Result property returns an AddDelegateResponseMessageType object that contains the results of an asynchronous call to the AddDelegateAsync(AddDelegateType) operation.

Applies to