Table of Contents

Property AnsweredEmailUnavailable

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

AnsweredEmailUnavailable

Gets subcategory 3, access: a request asked to answer an email this deployment will not answer.

public static MailFathomErrorCode AnsweredEmailUnavailable { get; }

Property Value

MailFathomErrorCode

Remarks

One code covers four situations on purpose: an identifier naming nothing, an account this deployment stopped serving, a folder an operator withheld from tools, and a local copy whose content cannot be read. A caller that could tell them apart would learn which mail exists by asking to reply to it, and an email nothing may read is an email nothing may forward — so the answer is the same one a read of that email gives, whichever of the four it was. It is separate from StoredEmailNotFound and EmailContentUnavailable for that reason rather than despite it: those two say which case it is, which is exactly what a send may not.