Click or drag to resize
ConversationParticipants Property
Gets a list of participants contained in this conversation.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public virtual List<MessagingParticipant> Participants { get; }

Return Value

Type: ListMessagingParticipant
List of participants.
Remarks
see also: ParticipantsAdded see also: ParticipantsRemoved
See Also