Click or drag to resize
MessageRecipients Property
Returns the list of participants, including the sender, that the message was sent to.

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

Property Value

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