Constructor MailFolderRoleUnmappedException
- Namespace
- MailFathom.Application.Folders
- Assembly
- MailFathom.Application.dll
MailFolderRoleUnmappedException(MailAccountId, MailFolderSpecialUse)
Initializes a new refusal naming the account and the role it maps no folder with.
public MailFolderRoleUnmappedException(MailAccountId accountId, MailFolderSpecialUse role)
Parameters
accountIdMailAccountIdThe account the folder was looked for in.
roleMailFolderSpecialUseThe role nothing of that account is mapped with.
MailFolderRoleUnmappedException(MailFolderSpecialUse)
Initializes a new refusal for a role no account of a whole scope maps a folder with.
public MailFolderRoleUnmappedException(MailFolderSpecialUse role)
Parameters
roleMailFolderSpecialUseThe role nothing in scope is mapped with.