Table of Contents

Enum AuthoredEmailField

Namespace
MailFathom.Application.Mail.Delivery.Composition
Assembly
MailFathom.Application.dll

Names the part of an authored message a refusal is about.

public enum AuthoredEmailField

Fields

Attachment = 7

An attached file, by its name, its media type, or its octets.

Bcc = 3

The Bcc header.

Cc = 2

The Cc header.

HtmlBody = 6

The HTML alternative.

Message = 9

The composed message as a whole, rather than any one field of it.

PlainTextBody = 5

The plain-text body.

Recipients = 0

The people the message is addressed to, taken together across the three headers.

Sender = 8

The address the message would be sent from, which the sending account configures.

Subject = 4

The subject line.

To = 1

The To header.

Remarks

It is what a refusal says instead of what was wrong with the value. An address, a subject, and a body are personal data of the people a message is between, so a refusal that quoted the offending value would put mail content into every log line, metric, and exception that carried it; naming the field tells the author where to look and tells everything downstream nothing it should not hold.