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: 550.0.60.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