Click or drag to resize

SearchConversationGetSearchMessages Method

Gets a list of the messages contained in this conversation. This list represents all messages which have been, or are being, downloaded. This is not necessarily the entire historical message content of the conversation.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void GetSearchMessages(
	MessageRetrievalWatcher watcher
)

Parameters

watcher
Type: Avaya.ClientServicesMessageRetrievalWatcher
A MessageRetrievalWatcher object, created by the application, to track the progress of the requested operation. Prior to calling this method, the application should have installed event handlers on the watcher object for the events it is interested in. A value of null will remove any currently installed watcher object, stopping all events from being sent to the previous watcher object.
See Also