_DocumentItem.UnRead Property
Returns or sets a Boolean (bool in C#) value that is True if the Outlook item has not been opened (read). Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property UnRead As Boolean
Get
Set
'Usage
Dim instance As _DocumentItem
Dim value As Boolean
value = instance.UnRead
instance.UnRead = value
[DispIdAttribute()]
bool UnRead { get; set; }
Property Value
Type: System.Boolean