Edit

Share via


CopyItemCompletedEventArgs.Result Property

Definition

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

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

Property Value

The Result property returns a CopyItemResponseType object from an asynchronous call to the CopyItem operation.

Applies to