DeleteItemCompletedEventArgs.Result Property

Definition

The Result property gets the response from an asynchronous call to the DeleteItem operation.

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

Property Value

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

Applies to