Table of Contents

Property MailboxMutationOutcomeUnknown

Namespace
MailFathom.Domain.Failures
Assembly
MailFathom.Domain.dll

MailboxMutationOutcomeUnknown

Gets subcategory 5, mutation support: a command that must never be issued twice went out and its answer never came back.

public static MailFathomErrorCode MailboxMutationOutcomeUnknown { get; }

Property Value

MailFathomErrorCode

Remarks

It is its own code because it is the one mutation failure that must not be retried. UID COPY issued twice puts two messages in the destination folder, and nothing in the mailbox afterwards distinguishes a copy MailFathom made from one a person made, so the mutation is left in its recorded stage for a person or for convergence to resolve rather than attempted again.