Compartir a través de


ExchangeServiceBinding.BeginFindFolder Método

Definición

El BeginFindFolder(FindFolderType, AsyncCallback, Object) método se usa para iniciar una llamada asincrónica FindFolder(FindFolderType) .

public:
 IAsyncResult ^ BeginFindFolder(ExchangeWebServices::FindFolderType ^ FindFolder1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginFindFolder (ExchangeWebServices.FindFolderType FindFolder1, AsyncCallback callback, object asyncState);
Public Function BeginFindFolder (FindFolder1 As FindFolderType, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parámetros

FindFolder1
FindFolderType
callback
AsyncCallback
asyncState
Object

Devoluciones

El BeginFindFolder(FindFolderType, AsyncCallback, Object) método devuelve un objeto IAsyncResult.

Se aplica a