Table of Contents

Class RecurringMailSubmissionRequest

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

States one message somebody asked this deployment to send again, in the terms they wrote it in.

public sealed record RecurringMailSubmissionRequest : IEquatable<RecurringMailSubmissionRequest>
Inheritance
RecurringMailSubmissionRequest
Implements
Inherited Members

Remarks

It is a submission request with a repetition where the due time would be, and everything the two have in common means the same thing: no sending address, an account named the way a caller names one, and a requester the caller supplies because only they know whether they are asking again or asking anew.

The repetition is the text a caller wrote, in the syntax this system's recurring dispatch already owns. It is read where the declaration is made, so a form nobody can resolve is refused while somebody is present to be told rather than every week from a worker.

Properties

Account

Gets the account every occurrence is sent as, named as a caller names one.

HtmlBody

Gets the HTML alternative the author wrote, or null when they wrote none.

PlainTextBody

Gets the plain-text body the author wrote, which every occurrence carries.

Recipients

Gets the people every occurrence is addressed to, in the headers the author named them in.

Requester

Gets the authored act asking, which is what makes the same declaration twice one declaration.

Schedule

Gets the repetition, written in the syntax a schedule is declared in.

Subject

Gets the subject line the author wrote.