MoveItemCompletedEventArgs.Result Property

Definition

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

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

Property Value

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

Applies to