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 = 4Several advertised folders carry the role the mapping names, so which one is meant is the operator's to state.
NotAdvertised = 3The server advertises no folder the mapping names, and none was created for it.
Resolved = 0The destination names a folder the account's server currently holds.
Unbound = 2The account mirrors the folder and no run has bound its alias to a remote folder yet.
Unmapped = 1No 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.