Table of Contents

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

runRequests MailRuleEvaluationRunRequests

Records that a scheduled walk of the account is wanted, or answers with the run already outstanding.

Exceptions

ArgumentNullException

Thrown when runRequests is null.