Share via


ExchangeServiceBinding.EndFindConversation Method

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Function EndFindConversation ( _
    asyncResult As IAsyncResult _
) As FindConversationResponseMessageType
'Usage
Dim instance As ExchangeServiceBinding
Dim asyncResult As IAsyncResult
Dim returnValue As FindConversationResponseMessageType

returnValue = instance.EndFindConversation(asyncResult)
public FindConversationResponseMessageType EndFindConversation(
    IAsyncResult asyncResult
)

Parameters