Flags

Specifies a scanning mode.

Path

KAVScanningSettings > Flags

Attributes

This element has no attributes.

Value

Scanning modes are defined by a combination of flags separated by vertical bars (|). This is a string value.

Possible values:

This element can be empty. In this case, the value of 0 is used.

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

Example

The following is an example of this element.

<Flags>KAV_O_M_PACKED | KAV_O_M_ARCHIVED | KAV_O_M_MAILBASES | KAV_O_M_MAILPLAIN | KAV_O_M_HEURISTIC_LEVEL_DETAIL</Flags>

Page top