_MobileItem.UnRead Property

Returns or sets a Boolean (bool in C#) value that indicates whether the MobileItem 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 _MobileItem
Dim value As Boolean

value = instance.UnRead

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

Property Value

Type: System.Boolean

Remarks

The value of the property is True if the MobileItem object has not been opened (read).

See Also

Reference

_MobileItem Interface

_MobileItem Members

Microsoft.Office.Interop.Outlook Namespace