Table of Contents

Method HasName

Namespace
MailFathom.Application.SensitiveContent
Assembly
MailFathom.Application.dll

HasName(string)

Reports whether a configured name is this rule's, ignoring how it was capitalized.

public bool HasName(string name)

Parameters

name string

The name an operator configured.

Returns

bool

true when the two name the same rule; otherwise false.