EmailConversation.UnreadMessageCount 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 the number of unread messages in the conversation.
public:
property unsigned int UnreadMessageCount { unsigned int get(); };
uint32_t UnreadMessageCount();
public uint UnreadMessageCount { get; }
var uInt32 = emailConversation.unreadMessageCount;
Public ReadOnly Property UnreadMessageCount As UInteger
Property Value
The number of unread messages in the conversation.
Windows requirements
App capabilities |
email
emailSystem
|