Table of Contents

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

scanner SensitiveContentScannerKind

The scanner to look up.

plan SensitiveContentScannerPlan

The plan when that scanner is switched on; otherwise null.

Returns

bool

true when the scanner is switched on; otherwise false.