SendItemCompletedEventArgs.Result Property

Definition

The Result property gets or sets the response to an asynchronous call to the SendItemAsync(SendItemType) method.

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

Property Value

The Result property returns a SendItemResponseType object that contains the results of an asynchronous call to the SendItemAsync(SendItemType) operation.

Applies to