Click or drag to resize

MessageAddedParticipants Property

When the message type is Joined, this property returns the list of participants that were added to the conversation.

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

Property Value

Type: ListMessagingParticipant
Remarks
Property of incoming message only.
See Also