ExchangeServiceBinding.BeginFindFolder Method

Definition

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

Parameters

FindFolder1
FindFolderType
callback
AsyncCallback
asyncState
Object

Returns

The BeginFindFolder(FindFolderType, AsyncCallback, Object) method returns an IAsyncResult object.

Applies to