Constructor ScheduledMailRuleRunHandler
- Namespace
- MailFathom.Application.Rules.Evaluation
- Assembly
- MailFathom.Application.dll
ScheduledMailRuleRunHandler(MailRuleEvaluationRunRequests)
Initializes the handler from the intake that records a wanted run.
public ScheduledMailRuleRunHandler(MailRuleEvaluationRunRequests runRequests)
Parameters
runRequestsMailRuleEvaluationRunRequestsRecords that a scheduled walk of the account is wanted, or answers with the run already outstanding.
Exceptions
- ArgumentNullException
Thrown when
runRequestsis null.