_TaskRequestItem.UnRead Property
Returns or sets a Boolean value (bool in C#) 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
Property UnRead As Boolean
Get
Set
'Usage
Dim instance As _TaskRequestItem
Dim value As Boolean
value = instance.UnRead
instance.UnRead = value
bool UnRead { get; set; }
Property Value
Type: System.Boolean