ExchangeServiceBinding.BeginFindFolder Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The BeginFindFolder(FindFolderType, AsyncCallback, Object) method is used to begin an asynchronous FindFolder(FindFolderType) call.
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.