Property OutstandingRecipients
- Namespace
- MailFathom.Domain.Delivery
- Assembly
- MailFathom.Domain.dll
OutstandingRecipients
Gets the recipients a later attempt still offers the message to.
public IReadOnlyList<OutgoingRecipient> OutstandingRecipients { get; }
Property Value
Remarks
This is what makes a partial acceptance recoverable. A recipient the message reached and one the server permanently refused are both settled, so an attempt after a partial acceptance offers neither and the people who already received the message do not receive it twice.