ExchangeServiceBinding.BeginEmptyFolder 方法

定义

public:
 IAsyncResult ^ BeginEmptyFolder(ExchangeWebServices::EmptyFolderType ^ EmptyFolder1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginEmptyFolder(ExchangeWebServices.EmptyFolderType EmptyFolder1, AsyncCallback callback, object asyncState);
Public Function BeginEmptyFolder (EmptyFolder1 As EmptyFolderType, callback As AsyncCallback, asyncState As Object) As IAsyncResult

参数

EmptyFolder1
EmptyFolderType
callback
AsyncCallback
asyncState
Object

返回

返回 IAsyncResult

适用于