Constructor AssembledThread
- Namespace
- MailFathom.Application.Emails.Threads
- Assembly
- MailFathom.Application.dll
AssembledThread(IReadOnlyList<PlacedThreadedEmail>, bool)
One conversation as a read sees it: its visible messages in order, and whether more of it exists.
public AssembledThread(IReadOnlyList<PlacedThreadedEmail> Emails, bool WasCutShort)
Parameters
EmailsIReadOnlyList<PlacedThreadedEmail>The visible messages in the conversation's own order.
WasCutShortboolWhether the conversation holds more messages than one read assembles.