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


GetEventsCompletedEventArgs.Result Property

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

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

Syntax

'Declaration
Public ReadOnly Property Result As GetEventsResponseType
    Get
'Usage
Dim instance As GetEventsCompletedEventArgs
Dim value As GetEventsResponseType

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

Property Value

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