GetItemCompletedEventArgs.Result Property

Definition

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

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

Property Value

The Result property returns a GetItemResponseType object that contains the results of an asynchronous call to the GetItem operation.

Applies to