Property SkippedEmailCount
- Namespace
- MailFathom.Application.Spam.Runs
- Assembly
- MailFathom.Application.dll
SkippedEmailCount
Gets how many occurrences the run passed over because they were already decided under its profile.
public int SkippedEmailCount { get; init; }
Property Value
Remarks
A skipped occurrence is still acted on. What was skipped is the scoring, which is the expensive half and the half whose answer would not change; the verdict it already carries is what the run's posture is then applied to.