ExchangeServiceBinding.EndGetFolder(IAsyncResult) Method

Definition

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.

Applies to