Method NotActedOn
- Namespace
- MailFathom.Application.Spam.Actions
- Assembly
- MailFathom.Application.dll
NotActedOn(SpamActionOutcome)
Records that no mailbox was written to, and why.
public static SpamActionResult NotActedOn(SpamActionOutcome outcome)
Parameters
outcomeSpamActionOutcomeThe reason.
Returns
- SpamActionResult
The result.
Exceptions
- ArgumentOutOfRangeException
Thrown when
outcomeis Requested, which records the changes instead.