Click or drag to resize

MessageReadState Enumeration

Represents read state of a message.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum MessageReadState
Members
  Member nameValueDescription
Unknown0 Unknown status. Default value for outgoing messages.
NotRead1 Not read by any recipient (outgoing message) or not read by me (incoming messages).
Read3 Read by all recipients (outgoing message) or marked as read by me (incoming message).
PartiallyRead2 Outgoing message read by certain recipients.
See Also