Click or drag to resize

SpamResult Properties

The SpamResult type exposes the following members.

Properties
  NameDescription
Public propertyIsHam
Gets the value indicating if message is ham. This property return negation of the IsSpam property (!IsSpam).
Public propertyIsSpam
Gets the value indicating if message is spam.
Public propertyProbability
Gets the probability (from 0.0 to 1.0) that the message is spam.
Top
See Also