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
ruleSetsIMailRuleSetSourceHands out the rule set compiled from the published configuration.
authorizationAccessAuthorizationAnswers which principal reached this use case.
Exceptions
- ArgumentNullException
Thrown when any argument is null.