Property SentAt
- Namespace
- MailFathom.Application.Emails.Threads
- Assembly
- MailFathom.Application.dll
SentAt
Gets when the message says it was sent, or null when no header carried a usable date.
public DateTimeOffset? SentAt { get; init; }
Property Value
Remarks
It settles the order between messages answering the same parent and decides nothing else. A Date header is
what a sending client asserted, written by a clock this deployment does not control, so a reply arriving before
the message it answers is ordinary and must not reorder what the reply relation already placed.