Method NotAddressed
- Namespace
- MailFathom.Application.Mail.Delivery.Drafts
- Assembly
- MailFathom.Application.dll
NotAddressed()
Reports a draft that was asked to be sent and names nobody to send it to.
public static MailDraftRefusedException NotAddressed()
Returns
- MailDraftRefusedException
The failure to raise.
Remarks
Writing the message before deciding who reads it is what a draft is for, so this is refused at the promotion rather than when the draft was saved. The remedy is a revision that addresses it, which leaves the message the author already wrote exactly as it is.