RuleActions.MarkAsRead Property

Definition

Gets or sets a value that indicates whether messages should be marked as read.

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

Property Value

true if the e-mail message is to be marked as read; otherwise, false. The default value is false.

Remarks

The MarkAsRead property represents an action that marks the message as read.

The MarkAsRead property is returned with the RuleActions class regardless of whether the rule that is associated with this RuleActions class has defined such a rule action. If the rule has defined and enabled such a rule action, this property will be true.

Applies to