| SpamTestResultsFalsePositives Property |
Gets file names of false positives (ham messages marked as spam).
Namespace:
Limilabs.Mail.Tools.Spam
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public List<string> FalsePositives { get; }
Public ReadOnly Property FalsePositives As List(Of String)
Get
public:
property List<String^>^ FalsePositives {
List<String^>^ get ();
}
member FalsePositives : List<string> with get
Property Value
Type:
ListStringSee Also