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