Table of Contents

Constructor MailRuleEvaluationRunReader

Namespace
MailFathom.Application.Rules.Evaluation
Assembly
MailFathom.Application.dll

MailRuleEvaluationRunReader(IMailRuleEvaluationRunStore, AccessAuthorization)

Initializes the reading over the run store.

public MailRuleEvaluationRunReader(IMailRuleEvaluationRunStore runs, AccessAuthorization authorization)

Parameters

runs IMailRuleEvaluationRunStore

Holds the one run an account may have outstanding, and the ending of the last one.

authorization AccessAuthorization

Answers which principal reached this use case.

Exceptions

ArgumentNullException

Thrown when any argument is null.