Property UsesScanner
- Namespace
- MailFathom.Application.Spam
- Assembly
- MailFathom.Application.dll
UsesScanner
Gets whether a configured scanner is consulted after the deterministic stage.
public bool UsesScanner { get; }
Property Value
Remarks
Off, only the deterministic stage runs, which is the whole working feature without a sidecar deployed. On without a scanner registered, the deterministic verdict is what a classification records — the switch is an operator's intent and the registration is whether an implementation exists, and the two are separate facts.