Table of Contents

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

Emails IReadOnlyList<PlacedThreadedEmail>

The visible messages in the conversation's own order.

WasCutShort bool

Whether the conversation holds more messages than one read assembles.