Method NotClassified
- Namespace
- MailFathom.Application.Spam
- Assembly
- MailFathom.Application.dll
NotClassified(SpamClassificationOutcome)
Records that nothing was classified, and why.
public static SpamClassificationResult NotClassified(SpamClassificationOutcome outcome)
Parameters
outcomeSpamClassificationOutcomeThe reason.
Returns
- SpamClassificationResult
The result.
Exceptions
- ArgumentOutOfRangeException
Thrown when
outcomeis Classified, which records a classification instead.