Table of Contents

Constructor MailRuleSetReader

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

MailRuleSetReader(IMailRuleSetSource, AccessAuthorization)

Initializes the reading over the published rule set.

public MailRuleSetReader(IMailRuleSetSource ruleSets, AccessAuthorization authorization)

Parameters

ruleSets IMailRuleSetSource

Hands out the rule set compiled from the published configuration.

authorization AccessAuthorization

Answers which principal reached this use case.

Exceptions

ArgumentNullException

Thrown when any argument is null.