Table of Contents

Constructor MailRuleHistory

Namespace
MailFathom.Application.Rules.History
Assembly
MailFathom.Application.dll

MailRuleHistory(IMailRuleExecutionStore, AccessAuthorization)

Initializes the reading over the recorded executions.

public MailRuleHistory(IMailRuleExecutionStore executions, AccessAuthorization authorization)

Parameters

executions IMailRuleExecutionStore

Keeps what each evaluation concluded.

authorization AccessAuthorization

Answers which principal reached this use case.

Exceptions

ArgumentNullException

Thrown when any argument is null.