ExchangeServiceBinding.EndFindFolder(IAsyncResult) 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 EndFindFolder(IAsyncResult) method is used to end an asynchronous FindFolder(FindFolderType) call.
public:
ExchangeWebServices::FindFolderResponseType ^ EndFindFolder(IAsyncResult ^ asyncResult);
public ExchangeWebServices.FindFolderResponseType EndFindFolder (IAsyncResult asyncResult);
Public Function EndFindFolder (asyncResult As IAsyncResult) As FindFolderResponseType
Parameters
- asyncResult
- IAsyncResult
Returns
The EndFindFolder(IAsyncResult) method returns a FindFolderResponseType object.