_MailItem.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 _MailItem
Dim value As Boolean

value = instance.UnRead

instance.UnRead = value
bool UnRead { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

_MailItem Interface

_MailItem Members

Microsoft.Office.Interop.Outlook Namespace