 | SpamResultIsHam Property |
Gets the value indicating if message is ham.
This property return negation of the
IsSpam property (!IsSpam).
Namespace: Limilabs.Mail.Tools.SpamAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic bool IsHam { get; }Public ReadOnly Property IsHam As Boolean
Get
public:
property bool IsHam {
bool get ();
}member IsHam : bool with get
Property Value
Boolean
See Also