SearchConversationComposingParticipants Property |
Gets a list of composing participants contained in this conversation.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic override List<MessagingParticipant> ComposingParticipants { get; }
Return Value
Type:
ListMessagingParticipantList of composing participants. Note that the list
will always be empty unless the client application has an event handler installed on the
ComposingParticipantsChanged event.
See Also