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