AttachmentScanReportStatus
The possible types of scan report status.
enum AttachmentScanReportStatus {
FAILED
FOUND
OK
PENDING
WARNING
}
Values
AttachmentScanReportStatus.FAILED
Scan failed
AttachmentScanReportStatus.FOUND
A match was found in the database, this file is likely a virus/malware.
AttachmentScanReportStatus.OK
Nothing was found.
AttachmentScanReportStatus.PENDING
Scan is still in progress, fetch the scan again.
AttachmentScanReportStatus.WARNING
A warning was found in the database. This file may contain macros or an encrypted zip.
Member of
AttachmentScanReport object