ChatConversation.HasUnreadMessages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Boolean value indicating if there are unread messages in the ChatConversation.
public:
property bool HasUnreadMessages { bool get(); };
bool HasUnreadMessages();
public bool HasUnreadMessages { get; }
var boolean = chatConversation.hasUnreadMessages;
Public ReadOnly Property HasUnreadMessages As Boolean
Property Value
Boolean
bool
A Boolean value indicating if there are unread messages in the ChatConversation.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|