Table of Contents

Class SpamClassificationRunReport

Namespace
MailFathom.Application.Spam.Runs
Assembly
MailFathom.Application.dll

What one account run's share of a whole-mailbox classification run produced.

public sealed record SpamClassificationRunReport : IEquatable<SpamClassificationRunReport>
Inheritance
SpamClassificationRunReport
Implements
Inherited Members

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.

Constructors

SpamClassificationRunReport(SpamClassificationProfile, SpamClassificationWalk?, SpamClassificationRunEnding?)

What one account run's share of a whole-mailbox classification run produced.

Properties

Ending

How the run ended during this pass, or null when it is still outstanding.

NoRun

Gets the report of a pass that found no run to carry.

Profile

The settings the run is bound to, unspecified when no run was carried.

Walk

What the pass did, or null when the account had no run outstanding.