| ConversationComposingParticipants Property |
Gets a list of composing participants contained in this conversation.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic virtual 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