Property AttemptCount
- Namespace
- MailFathom.Domain.Delivery
- Assembly
- MailFathom.Domain.dll
AttemptCount
Gets how many times this send has been attempted, counted before each attempt rather than after it.
public required int AttemptCount { get; init; }
Property Value
Remarks
Counting first is what makes the bound survive a crash loop: an attempt that kills the process still counted, so a message that crashes the host every time reaches a terminal stage instead of being attempted forever.