Constructor MailRuleScheduleSource
- Namespace
- MailFathom.Application.Rules.Evaluation
- Assembly
- MailFathom.Application.dll
MailRuleScheduleSource(IMailRuleSetSource, IMailAccountCatalog)
Initializes the source over the rules in force and the accounts they may reach.
public MailRuleScheduleSource(IMailRuleSetSource ruleSetSource, IMailAccountCatalog accounts)
Parameters
ruleSetSourceIMailRuleSetSourceHands out the rule set the schedules are read from.
accountsIMailAccountCatalogNames the accounts this deployment serves, which is what an unscoped rule reaches.
Exceptions
- ArgumentNullException
Thrown when an argument is null.