Property UnclassifiableEmailCount
- Namespace
- MailFathom.Application.Spam.Runs
- Assembly
- MailFathom.Application.dll
UnclassifiableEmailCount
Gets how many occurrences the run could reach no verdict about.
public int UnclassifiableEmailCount { get; init; }
Property Value
Remarks
Mail whose local content is not stored, mail that left the mailbox between the walk reading it and the scoring reaching it, and mail in a folder the configured scope stopped covering while the run was outstanding. All three are answers rather than failures, and all three are reachable again by a later run without the message being fetched from the mail server for classification's sake.