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