Click or drag to resize

MessageReadState 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: 550.0.60.0
Syntax
C#
public MessageReadState ReadState { get; }

Return Value

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