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