_RemoteItem.UnRead Property

Definition

Returns or sets a Boolean (bool in C#) value that is True if the Outlook item has not been opened (read). Read/write.

public:
 property bool UnRead { bool get(); void set(bool value); };
public bool UnRead { get; set; }
Public Property UnRead As Boolean

Property Value

Applies to