Property Thread
- Namespace
- MailFathom.Application.Emails.GetEmailContent
- Assembly
- MailFathom.Application.dll
Thread
Gets the conversation this email belongs to and the other messages in it, or null when nothing has placed the email in one.
public ReadEmailThread? Thread { get; init; }
Property Value
Remarks
It answers the question a reader asks straight after reading a message: what else is in this exchange, and where does what I am reading sit in it. Nothing here is body text — the other messages are named rather than reproduced — so a conversation is recognized here and read deliberately with a second call.