Edit

Share via


ExchangeServiceBinding.BeginCopyItem Method

Definition

The BeginCopyItem(CopyItemType, AsyncCallback, Object) method is used to begin an asynchronous CopyItem(CopyItemType) call.

public:
 IAsyncResult ^ BeginCopyItem(ExchangeWebServices::CopyItemType ^ CopyItem1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginCopyItem (ExchangeWebServices.CopyItemType CopyItem1, AsyncCallback callback, object asyncState);
Public Function BeginCopyItem (CopyItem1 As CopyItemType, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameters

CopyItem1
CopyItemType
callback
AsyncCallback
asyncState
Object

Returns

The BeginCopyItem(CopyItemType, AsyncCallback, Object) method returns an IAsyncResult object.

Applies to