Property Account
- Namespace
- MailFathom.Application.Rules.Facts
- Assembly
- MailFathom.Application.dll
Account
Gets the configured identifier of the account this email belongs to.
public string Account { get; }
Property Value
Remarks
Published beside the fact surface rather than reached through it, because deciding whether a rule applies to this account at all happens before the rule's condition is evaluated. Reading it that way also keeps it off ResolvedFacts: a scope check is not a condition naming a fact, and counting it as one would make every pass look as though every rule had read the account.