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 (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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