Property ReadFacts
- Namespace
- MailFathom.Application.Rules
- Assembly
- MailFathom.Application.dll
ReadFacts
Gets the facts the condition reached, in the order it first reached each.
public IReadOnlyList<MailRuleFact> ReadFacts { get; }
Property Value
Remarks
Empty for a condition that compared no fact at all, and for one whose evaluation failed before it reached one. A fact appears here whether it was computed or read from what an earlier rule of the same pass had computed, because the question this answers is what the condition needed rather than what the email cost.