Property AvailableAt
- Namespace
- MailFathom.Domain.Delivery
- Assembly
- MailFathom.Domain.dll
AvailableAt
Gets the instant from which this send may be attempted again.
public required DateTimeOffset AvailableAt { get; init; }
Property Value
Remarks
It is read rather than only written because it is the one value that says a message is waiting rather than merely queued. A send whose instant has passed is claimed by the next pass and is gone in seconds; one whose instant lies ahead sits in the outbox until then, which is the message worth mirroring into a folder the owner can see.