Click or drag to resize
MessageDeliveryDetailsReadState Property
The message read state describing whether this message is read, partially read or not read.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public MessageReadState ReadState { get; }

Return Value

Type: MessageReadState
Read state (eg. Unknown, NotRead, PartiallyRead, Read).
See Also