ExchangeServiceBinding.EndGetFolder Method
The EndGetFolder method is used to end an asynchronous GetFolder call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function EndGetFolder ( _
asyncResult As IAsyncResult _
) As GetFolderResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim asyncResult As IAsyncResult
Dim returnValue As GetFolderResponseType
returnValue = instance.EndGetFolder(asyncResult)
public GetFolderResponseType EndGetFolder(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
Return Value
Type: ExchangeWebServices.GetFolderResponseType
The EndGetFolder method returns a GetFolderResponseType object.