Table of Contents

Property Recipients

Namespace
MailFathom.Domain.Delivery.Drafts
Assembly
MailFathom.Domain.dll

Recipients

Gets the people the draft is addressed to, which may be nobody.

public required IReadOnlyList<OutgoingRecipient> Recipients { get; init; }

Property Value

IReadOnlyList<OutgoingRecipient>

Remarks

A draft addressed to nobody is an ordinary draft — writing the message before deciding who reads it is what a draft is for — and it is a draft nothing can promote, which is where the absence is refused rather than here.