Table of Contents

Property OutgoingEmailNotFound

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

OutgoingEmailNotFound

Gets subcategory 3, access: a request named a queued send this caller did not ask for, or none at all.

public static MailFathomErrorCode OutgoingEmailNotFound { get; }

Property Value

MailFathomErrorCode

Remarks

One code covers both on purpose. A caller may read back and withdraw the sends it asked for and nothing else, so a record another caller queued has to answer exactly as a record nobody queued — a refusal a caller could tell apart would let whoever holds an identifier learn that somebody else's send exists, which on this surface is a fact about the mailbox's outgoing correspondence.