Share via


ExchangeServiceBinding.BeginCopyFolder Method

The BeginCopyFolder method is used to begin an asynchronous CopyFolder call.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Function BeginCopyFolder ( _
    CopyFolder1 As CopyFolderType, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim CopyFolder1 As CopyFolderType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginCopyFolder(CopyFolder1, _
    callback, asyncState)
public IAsyncResult BeginCopyFolder(
    CopyFolderType CopyFolder1,
    AsyncCallback callback,
    Object asyncState
)

Parameters

Return Value

Type: System.IAsyncResult
The BeginCopyFolder method returns an IAsyncResult object.