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 |
---|---|
|
Scan compressed executable files. |
|
Scan archived files. |
|
Scan files that contain email databases. |
|
Scan email messages. |
|
Set the scanning level of the advanced heuristic code analyzer to shallow (the Low level in the graphical user interface). |
|
Set the scanning level of the advanced heuristic code analyzer to medium (the Medium level in the graphical user interface). |
|
Set the scanning level of the advanced heuristic code analyzer to detail (the High level in the graphical user interface). |
|
Block clean Microsoft Office document files that contain macros, and then notify the user. |
|
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> |