Table of Contents

Property MoreEmailsNotNamed

Namespace
MailFathom.Application.Emails.Threads
Assembly
MailFathom.Application.dll

MoreEmailsNotNamed

Gets whether the conversation holds emails this list does not name.

public required bool MoreEmailsNotNamed { get; init; }

Property Value

bool

Remarks

Stated rather than derived from the count, because two different bounds can cut the list — the one on what a read names and the one on how much of a conversation a query assembles at all — and a caller comparing lengths could not tell either from a conversation that simply ends there.