ScanningMode

March 5, 2024

ID 201123

Specifies a file scanning mode.

Path

SDKSettings > ScanningMode

Attributes

This element has no attributes.

Possible values

A scanning mode is defined by a combination of flags separated by pipes (|).

This element has the following possible values.

ScanningMode element possible values

Value

Description

KAV_O_M_PACKED

Scan compressed executable files.

KAV_O_M_ARCHIVED

Scan archived files.

KAV_O_M_MAILBASES

 

Scan files that contain email databases.

KAV_O_M_MAILPLAIN

Scan email messages.

KAV_O_M_HEURISTIC_LEVEL_SHALLOW

Set the scanning level of the advanced heuristic code analyzer to shallow (the Low level in the graphical user interface).

KAV_O_M_HEURISTIC_LEVEL_MEDIUM

Set the scanning level of the advanced heuristic code analyzer to medium (the Medium level in the graphical user interface).

KAV_O_M_HEURISTIC_LEVEL_DETAIL

Set the scanning level of the advanced heuristic code analyzer to detail (the High level in the graphical user interface).

KAV_O_M_MSOFFICE_MACRO

Block clean Microsoft Office document files that contain macros, and then notify the user.

KAV_O_M_PHISHING

Enable Phishing protection.

The default value is KAV_O_M_PACKED | KAV_O_M_ARCHIVED | KAV_O_M_MAILPLAIN | KAV_O_M_MAILBASES | KAV_O_M_HEURISTIC_LEVEL_SHALLOW.

Example

The following is an example of this element.

<ScanningMode>KAV_O_M_PACKED | KAV_O_M_ARCHIVED | KAV_O_M_MAILPLAIN | KAV_O_M_MAILBASES | KAV_O_M_HEURISTIC_LEVEL_SHALLOW</ScanningMode>

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.