SubscribeCompletedEventArgs.Result Property

Definition

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

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

Property Value

The Result property returns a SubscribeResponseType object that contains the results of an asynchronous call to the Subscribe operation.

Applies to