RuleRuleType Property
Gets the type of the action to perform when processing HTML tags which match the rule condition.

Namespace: MailBee.Html
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public TagRuleTypes RuleType { get; }

Property Value

Type: TagRuleTypes
The type of the action to perform when processing HTML tags which match the rule condition.
See Also