Compartir a través de


ExchangeServiceBinding.BeginCreateFolder Método

Definición

El BeginCreateFolder(CreateFolderType, AsyncCallback, Object) método se usa para iniciar una llamada asincrónica CreateFolder(CreateFolderType) .

public:
 IAsyncResult ^ BeginCreateFolder(ExchangeWebServices::CreateFolderType ^ CreateFolder1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginCreateFolder (ExchangeWebServices.CreateFolderType CreateFolder1, AsyncCallback callback, object asyncState);
Public Function BeginCreateFolder (CreateFolder1 As CreateFolderType, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parámetros

CreateFolder1
CreateFolderType
callback
AsyncCallback
asyncState
Object

Devoluciones

El BeginCreateFolder(CreateFolderType, AsyncCallback, Object) método devuelve un objeto IAsynchResult.

Se aplica a