Click or drag to resize
MessageRemovedParticipants Property
When the message type is Left, this property returns the list of participants that were removed from the conversation.

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

Property Value

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