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


SubscribeCompletedEventArgs.Result Property

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

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

Syntax

'Declaration
Public ReadOnly Property Result As SubscribeResponseType
    Get
'Usage
Dim instance As SubscribeCompletedEventArgs
Dim value As SubscribeResponseType

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

Property Value

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