ExchangeServiceBinding.BeginFindConversation Method
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function BeginFindConversation ( _
FindConversation1 As FindConversationType, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As ExchangeServiceBinding
Dim FindConversation1 As FindConversationType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginFindConversation(FindConversation1, _
callback, asyncState)
public IAsyncResult BeginFindConversation(
FindConversationType FindConversation1,
AsyncCallback callback,
Object asyncState
)
Parameters
- FindConversation1
Type: ExchangeWebServices.FindConversationType
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult
Returns IAsyncResult.