UnsubscribeCompletedEventArgs.Result Property

Definition

The Result class gets the response from an asynchronous call to the Unsubscribe operation.

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

Property Value

The Result property returns an UnsubscribeResponseType object that contains the results of an asynchronous call to the Unsubscribe operation.

Applies to