RuleActions.MarkAsRead 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 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.