Constructor MailboxMutationUnsupportedException
- Namespace
- MailFathom.Application.Mail.Mutations
- Assembly
- MailFathom.Application.dll
MailboxMutationUnsupportedException(MailAccountId, MailFolderAlias, MailboxMutation, string)
Initializes a new refusal naming the mutation and the extension the server does not advertise.
public MailboxMutationUnsupportedException(MailAccountId accountId, MailFolderAlias folderAlias, MailboxMutation mutation, string requiredCapabilityName)
Parameters
accountIdMailAccountIdThe account whose mail server advertises no way to carry the mutation.
folderAliasMailFolderAliasThe folder the mutation was to be performed in.
mutationMailboxMutationThe mutation that was asked for.
requiredCapabilityNamestringThe IMAP extension the mutation needs and the server does not advertise.
Exceptions
- ArgumentException
Thrown when
requiredCapabilityNameis blank.