Table of Contents

Property AnsweredEmailNotFound

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

AnsweredEmailNotFound

Gets subcategory 8, message composition: there is no such stored email to answer, as far as the caller may be told.

public static MailFathomErrorCode AnsweredEmailNotFound { get; }

Property Value

MailFathomErrorCode

Remarks

It is the same answer a read of that email gives, and deliberately one code for three situations: no such identity, an account this deployment stopped serving, and a folder an operator withheld from tools. Separating them would let whoever holds an identifier learn which mail exists by trying to reply to it, and an email nothing may read is an email nothing may forward.