Click or drag to resize

SpamTestResults Properties

The SpamTestResults type exposes the following members.

Properties
  NameDescription
Public propertyAccuracy
Gets the filter accuracy (SuccessCount/TestsCount)
Public propertyFalsePositives
Gets file names of false positives (ham messages marked as spam).
Public propertyNotMarkedAsSpam
Gets file names of the failures (spam messages not marked as spam).
Public propertySuccessCount
Gets the number of correct recognitions.
Public propertyTestsCount
Gets the count of all tests.
Top
See Also