Property SpamEmailCount
- Namespace
- MailFathom.Application.Spam.Runs
- Assembly
- MailFathom.Application.dll
SpamEmailCount
Gets how many of the occurrences the run reached carry a spam verdict.
public int SpamEmailCount { get; init; }
Property Value
Remarks
Counted over what the run reached rather than over what it scored, so a message it skipped because the verdict it already carried was reached under the same terms counts here too. The question the count answers is how much junk is in the mailbox, and a message's answer to that does not depend on which pass scored it.