EmailMessage.IsRead Property

Definition

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.

Applies to