Click or drag to resize
RecipientMessageState Enumeration
Represents delivery state of a message at the individual chat participant (i.e.recipient) level.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public enum RecipientMessageState
Members
  Member nameValueDescription
Unknown0 If the state of a remote recipient could not be determined, for example if the remote cluster is down or could not be reached.
Delivered1 Delivered to recipient.
Read2 Read by recipient.
See Also