ExchangeServiceBinding.BeginCopyItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.