Table of Contents

Property MatchedRuleNames

Namespace
MailFathom.Application.Rules.Evaluation
Assembly
MailFathom.Application.dll

MatchedRuleNames

Gets the names of the rules that matched something during the walk, sorted and without repetition.

public IReadOnlyList<string> MatchedRuleNames { get; init; }

Property Value

IReadOnlyList<string>

Remarks

Sorted rather than kept in the order the walk met them, so two runs over the same mail report the same line: the order rules are first reached in depends on which email came first, which says nothing about the rule set.