Method TryGetScanner
- Namespace
- MailFathom.Application.SensitiveContent
- Assembly
- MailFathom.Application.dll
TryGetScanner(SensitiveContentScannerKind, out SensitiveContentScannerPlan?)
Finds the plan of one scanner.
public bool TryGetScanner(SensitiveContentScannerKind scanner, out SensitiveContentScannerPlan? plan)
Parameters
scannerSensitiveContentScannerKindThe scanner to look up.
planSensitiveContentScannerPlanThe plan when that scanner is switched on; otherwise null.