ChatMessage.IsRead Property

Definition

Gets a Boolean value indicating if the message has been read.

public:
 property bool IsRead { bool get(); void set(bool value); };
bool IsRead();

void IsRead(bool value);
public bool IsRead { get; set; }
var boolean = chatMessage.isRead;
chatMessage.isRead = boolean;
Public Property IsRead As Boolean

Property Value

Boolean

bool

A Boolean value indicating if the message has been read.

Windows requirements

App capabilities
chat chatSystem smsSend

Applies to