Поделиться через


UnsubscribeCompletedEventArgs.Result Property

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

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

Syntax

'Declaration
Public ReadOnly Property Result As UnsubscribeResponseType
    Get
'Usage
Dim instance As UnsubscribeCompletedEventArgs
Dim value As UnsubscribeResponseType

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

Property Value

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