Share via


ExchangeServiceBinding.BeginMoveFolder Method

The BeginMoveFolder method is used to begin an asynchronous MoveFolder call.

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

Syntax

'Declaration
Public Function BeginMoveFolder ( _
    MoveFolder1 As MoveFolderType, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim MoveFolder1 As MoveFolderType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginMoveFolder(MoveFolder1, _
    callback, asyncState)
public IAsyncResult BeginMoveFolder(
    MoveFolderType MoveFolder1,
    AsyncCallback callback,
    Object asyncState
)

Parameters

Return Value

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