ExchangeServiceBinding.BeginCopyItem Method
The BeginCopyItem method is used to begin an asynchronous CopyItem call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function BeginCopyItem ( _
CopyItem1 As CopyItemType, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim CopyItem1 As CopyItemType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginCopyItem(CopyItem1, _
callback, asyncState)
public IAsyncResult BeginCopyItem(
CopyItemType CopyItem1,
AsyncCallback callback,
Object asyncState
)
Parameters
- CopyItem1
Type: ExchangeWebServices.CopyItemType
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
The BeginCopyItem method returns an IAsyncResult object.