Table of Contents

Enum AuthoredResponseAct

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

Names which answer to a stored email is being authored.

public enum AuthoredResponseAct

Fields

Forward = 2

A copy of the message, its files included, sent to people the original never named.

Reply = 0

An answer to whoever the message asked for answers to, which is one mailbox.

ReplyToAll = 1

An answer to everybody the message was between, less the mailboxes the sending account owns.

Remarks

The three are separate acts rather than one act with options, because each addresses a different set of people and two of them differ only in that. A default that quietly became the other is the failure this enumeration exists to prevent: answering everybody when one person was meant publishes the reply to a list, and answering one person when everybody was meant drops the rest of the conversation without saying so.