Table of Contents

Constructor MailboxDestinationFolderMissingException

Namespace
MailFathom.Application.Mail.Mutations
Assembly
MailFathom.Application.dll

MailboxDestinationFolderMissingException(MailAccountId, MailFolderAlias, MailboxMutation, Exception)

Initializes a new refusal naming the mutation whose destination folder the server does not have.

public MailboxDestinationFolderMissingException(MailAccountId accountId, MailFolderAlias folderAlias, MailboxMutation mutation, Exception innerException)

Parameters

accountId MailAccountId

The account the mutation was requested for.

folderAlias MailFolderAlias

The folder the email is in, which is the one MailFathom has a name of its own for.

mutation MailboxMutation

The mutation that was asked for.

innerException Exception

The mail-library failure that reported the folder as absent.