GetUserAvailabilityCompletedEventArgs.Result Property
The Result property gets the response from the asynchronous call to the GetUserAvailabilityAsync method.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public ReadOnly Property Result As GetUserAvailabilityResponseType
Get
'Usage
Dim instance As GetUserAvailabilityCompletedEventArgs
Dim value As GetUserAvailabilityResponseType
value = instance.Result
public GetUserAvailabilityResponseType Result { get; }
Property Value
Type: ExchangeWebServices.GetUserAvailabilityResponseType
The Result property returns a GetUserAvailabilityResponseType object that contains the results of the asychronous call to the GetUserAvailabilityAsync method.