Table of Contents

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

accountId MailAccountId

The account whose mail server answered incompletely.

folderAlias MailFolderAlias

The folder the operation was working on.

missingDataItem string

The 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.