EmailMessage.IsRead Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether the e-mail message has been read.
public:
property bool IsRead { bool get(); void set(bool value); };
public bool IsRead { get; set; }
Public Property IsRead As Boolean
Property Value
true if the e-mail message has been read; otherwise, false.