Table of Contents

Property AuthoredMailFieldRefused

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

AuthoredMailFieldRefused

Gets subcategory 1, request validation: a field of a message a caller authored carries a value no message can be composed from.

public static MailFathomErrorCode AuthoredMailFieldRefused { get; }

Property Value

MailFathomErrorCode

Remarks

It covers a line break that would end a header early, text naming no mailbox, and an address outside ASCII this deployment cannot compose for — one code because the remedy is the same in each case, which is to write that field differently. The message names the field and never what was in it, because every field of an authored message is mail content or somebody's address. It is separate from AuthoredMailBoundExceeded because a bound is met by writing less rather than by writing something else.