Constructor MailboxAnswerIncompleteException
- Namespace
- MailFathom.Application.Synchronization.Sessions
- Assembly
- MailFathom.Application.dll
MailboxAnswerIncompleteException(MailAccountId, MailFolderAlias, string)
Initializes a new incomplete-answer failure naming the account, the folder alias, and the missing item.
public MailboxAnswerIncompleteException(MailAccountId accountId, MailFolderAlias folderAlias, string missingDataItem)
Parameters
accountIdMailAccountIdThe account whose mail server answered incompletely.
folderAliasMailFolderAliasThe folder the operation was working on.
missingDataItemstringThe requested data item the answer omitted, named as the protocol names it.
Remarks
The alias is named rather than the remote path, and no UID or message data appears, because this message is logged. The item name is the protocol's own and carries nothing derived from a message.