Table of Contents

Property EmailCount

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

EmailCount

Gets how many emails of the conversation one read assembled, this one included where it was assembled.

public required int EmailCount { get; init; }

Property Value

int

Remarks

It counts what the caller may see rather than what the conversation holds, so a message in a folder withheld from tools is outside it. The same carve-out Position states applies here: a conversation longer than one read assembles is counted as far as the read reached, and where the email being read fell outside that, it is not among the counted. MoreEmailsNotNamed is set whenever that happened, and is set by the bound on how many emails one read names as well, so it does not say which of the two stopped the count.