Property AllowedLateness
- Namespace
- MailFathom.Application.Mail.Delivery.Outbox
- Assembly
- MailFathom.Application.dll
AllowedLateness
Gets how long after the time a send was written for this deployment will still deliver it.
public TimeSpan AllowedLateness { get; }
Property Value
Remarks
It bounds nothing an ordinary send meets, because a send that named no time is never late. What it decides is the one case a held message reaches after the moment it was written for — a process that was down, a queue that was full, a provider that was unreachable for the whole window — where delivering and dropping are both wrong answers and the deployment says which side of them a message falls on.