GetUserAvailabilityCompletedEventArgs.Result Property

Definition

The Result property gets the response from the asynchronous call to the GetUserAvailabilityAsync(GetUserAvailabilityRequestType) method.

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

Property Value

The Result property returns a GetUserAvailabilityResponseType object that contains the results of the asychronous call to the GetUserAvailabilityAsync(GetUserAvailabilityRequestType) method.

Applies to