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