Property UnreadThreadEmails
- Namespace
- MailFathom.Application.Emails.GetEmailContent
- Assembly
- MailFathom.Application.dll
UnreadThreadEmails
The emails of a named conversation this call did not carry, in the conversation's own order, and empty for every read that named its emails itself. It names what one assembly of the conversation held past the read's own bound, which is at most MaximumAssembledEmails emails: a conversation longer than that is assembled as far as the bound reaches, so the identities past it are named here no more than they were read.
public IReadOnlyList<StoredEmailId> UnreadThreadEmails { get; init; }