Property LastOccurrenceEmailId
- Namespace
- MailFathom.Domain.Delivery.Scheduling
- Assembly
- MailFathom.Domain.dll
LastOccurrenceEmailId
Gets the message the last occasion produced, or null while there has been none.
public OutgoingEmailId? LastOccurrenceEmailId { get; init; }
Property Value
Remarks
It is what makes one occurrence at a time enforceable rather than assumed. The next occasion asks what became of this message, and stands down while it is still queued — so a weekly send whose provider has been unreachable all week does not put a second week's copy behind the first.