| Interface | Description |
|---|---|
| AVScanner | |
| AVScannerResult | |
| Infection | |
| Violation |
| Class | Description |
|---|---|
| AVScannerResult.STATUS |
The status of the Scanner's Result.
|
| Infection.RESOLUTION |
resolution: 0 - NOT_REPAIRED = File is not repaired,
1 - REPAIRED = File is repaired,
2 - BLOCKED = Block original file due to violations
|
| Infection.TYPE |
type: 0 - VIRUS = virus,
1 - POLICY_VIOLATION = mail policy violation (eg illegal attachment),
2 - CONTAINER_VIOLATION = container violation (eg zip takes too long to decompress)
|
| Violation.RESOLUTION_ID |
resolutionID: 0 - NOT_REPAIRED = not repaired,
1 - REPAIRED = repaired,
2 - REMOVED = violating part was removed (eg file removed from archive)
|