FindItemCompletedEventArgs.Result Property

Definition

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

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

Property Value

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

Applies to