Table of Contents

Property OutgoingEmailNoLongerCancellable

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

OutgoingEmailNoLongerCancellable

Gets subcategory 8, a state already passed: a queued send can no longer be withdrawn, because it is being transmitted or has been.

public static MailFathomErrorCode OutgoingEmailNoLongerCancellable { get; }

Property Value

MailFathomErrorCode

Remarks

A subcategory of its own because it is neither of the two it would otherwise be folded into. The send was named correctly and the caller is entitled to it, so it is not an access refusal; the capability is configured and working, so it is not an absent one. What it says is that the one moment the act was possible in has passed, which no rewriting of the request and no waiting reaches again.

One code covers a transmission that has begun, one that finished, and a send that was already given up on, for the reason the caller acts on all three identically: nothing is withdrawn and nothing will be. Which of them it was reads from the state the same call answers with.