ExchangeServiceBinding.BeginMoveFolder 方法

定义

public:
 IAsyncResult ^ BeginMoveFolder(ExchangeWebServices::MoveFolderType ^ MoveFolder1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginMoveFolder(ExchangeWebServices.MoveFolderType MoveFolder1, AsyncCallback callback, object asyncState);
Public Function BeginMoveFolder (MoveFolder1 As MoveFolderType, callback As AsyncCallback, asyncState As Object) As IAsyncResult

参数

MoveFolder1
MoveFolderType
callback
AsyncCallback
asyncState
Object

返回

方法 BeginMoveFolder(MoveFolderType, AsyncCallback, Object) 返回 IAsyncResult 对象。

适用于