Table of Contents

Constructor MailboxScopeResolver

Namespace
MailFathom.Application.Emails.Mailboxes
Assembly
MailFathom.Application.dll

MailboxScopeResolver(IMailAccountCatalog)

Initializes the resolver.

public MailboxScopeResolver(IMailAccountCatalog accountCatalog)

Parameters

accountCatalog IMailAccountCatalog

Answers which accounts this deployment serves.

Exceptions

ArgumentNullException

Thrown when accountCatalog is null.