The SpamResult type exposes the following members.

Properties

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

See Also