Property ThreadId
- Namespace
- MailFathom.Application.Emails.Summaries
- Assembly
- MailFathom.Application.dll
ThreadId
Gets the conversation the email belongs to, or null when nothing has placed it in one.
public EmailThreadId? ThreadId { get; init; }
Property Value
Remarks
It is what lets a reader tell a reply from an unrelated message carrying the same subject without fetching
either, and it is what a content read names to ask for the whole conversation. It is absent on mail stored before
this deployment assembled threads at all, until mfctl mailbox rederive reaches that mail.