Table of Contents

Property Recipients

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

Recipients

Gets the recipients the message is composed with, which is empty when the resolution was refused.

public IReadOnlyList<AuthoredEmailRecipient> Recipients { get; }

Property Value

IReadOnlyList<AuthoredEmailRecipient>

Remarks

A refusal is what a caller checks rather than an empty list, because a message addressed to nobody is refused by the composition on its own terms and would otherwise arrive there as an author who named nobody.