Table of Contents

Constructor StoredMailRederivationRunReader

Namespace
MailFathom.Application.Mail.Maintenance
Assembly
MailFathom.Application.dll

StoredMailRederivationRunReader(IStoredMailRederivationRunStore, AccessAuthorization)

Initializes the reading over the run store.

public StoredMailRederivationRunReader(IStoredMailRederivationRunStore runs, AccessAuthorization authorization)

Parameters

runs IStoredMailRederivationRunStore

Holds the one run a scope may have, outstanding or ended.

authorization AccessAuthorization

Answers which principal reached this use case.

Exceptions

ArgumentNullException

Thrown when any argument is null.