ConvertIdCompletedEventArgs.Result Property

Definition

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

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

Property Value

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

Applies to