Constructor SpamClassificationRunReport
- Namespace
- MailFathom.Application.Spam.Runs
- Assembly
- MailFathom.Application.dll
SpamClassificationRunReport(SpamClassificationProfile, SpamClassificationWalk?, SpamClassificationRunEnding?)
What one account run's share of a whole-mailbox classification run produced.
public SpamClassificationRunReport(SpamClassificationProfile Profile, SpamClassificationWalk? Walk, SpamClassificationRunEnding? Ending)
Parameters
ProfileSpamClassificationProfileThe settings the run is bound to, unspecified when no run was carried.
WalkSpamClassificationWalkWhat the pass did, or null when the account had no run outstanding.
EndingSpamClassificationRunEnding?How the run ended during this pass, or null when it is still outstanding.
Remarks
An absent walk and an empty one are held apart deliberately: no run outstanding is silence, while a run that reached no mail this time is something an operator watching a mailbox being walked has to be able to see.