Property Recipients
- Namespace
- MailFathom.Application.Mail.Delivery.Submission
- Assembly
- MailFathom.Application.dll
Recipients
Gets the people the author named themselves, which is everybody a forward goes to.
public IReadOnlyList<NamedRecipient> Recipients { get; init; }
Property Value
Remarks
They are added to whoever the act itself addresses rather than replacing them, so a reply that copies somebody in still reaches the person being answered.