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

value = instance.UnRead

instance.UnRead = value
[DispIdAttribute()]
bool UnRead { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

_DistListItem Interface

_DistListItem Members

Microsoft.Office.Interop.Outlook Namespace