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: 550.0.60.0
Syntax
C#
public List<MessagingParticipant> Recipients { get; }

Property Value

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