Enum FileVerdict

FileVerdict enumeration

The file malware verdict.

public enum FileVerdict

Values

NameValueDescription
Good0No threats detected.
Bad1Malware found in attachment.
Error-1Scan / analysis error.
Timeout-2Scan / analysis timeout.
Pending-3Scan / analysis not complete.

See Also