Gets the value idticating 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.12102.1426

Syntax

C#
public bool IsHam { get; }
Visual Basic
Public ReadOnly Property IsHam As Boolean
	Get
Visual C++
public:
property bool IsHam {
	bool get ();
}

See Also