ConversationParticipants Property |
Gets a list of participants contained in this conversation.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic virtual List<MessagingParticipant> Participants { get; }
Return Value
Type:
ListMessagingParticipantList of participants.
Remarks
see also: ParticipantsAdded
see also: ParticipantsRemoved
See Also