Method NotFound
- Namespace
- MailFathom.Application.Emails.GetEmailContent
- Assembly
- MailFathom.Application.dll
NotFound(StoredEmailId)
Reports an email the local mailbox copy holds no row for.
public static EmailContentReadFailure NotFound(StoredEmailId storedEmailId)
Parameters
storedEmailIdStoredEmailIdThe email the read named.
Returns
- EmailContentReadFailure
The failure to publish for it.
Remarks
One failure covers an identifier that never existed, one whose email was expunged and collected, and one belonging to an account this deployment has stopped serving. A caller that could tell them apart could learn which identifiers exist by asking, and none of the three is anything it can act on differently.