Table of Contents

Enum MailboxDestinationOutcome

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

States what happened when what an author named as a destination was turned into a folder on the server.

public enum MailboxDestinationOutcome

Fields

Ambiguous = 4

Several advertised folders carry the role the mapping names, so which one is meant is the operator's to state.

NotAdvertised = 3

The server advertises no folder the mapping names, and none was created for it.

Resolved = 0

The destination names a folder the account's server currently holds.

Unbound = 2

The account mirrors the folder and no run has bound its alias to a remote folder yet.

Unmapped = 1

No mapping of the account answers to that name, so the folder is one MailFathom knows nothing about.

Remarks

The four refusals are separate because their remedies are: one is a configuration to write, one is a run to wait for, one is a folder to create by hand or a path to correct, and one is a role to give to a single folder. Reporting them as one reason would leave an operator reading the destination did not resolve for four different facts.