 | SpamTestResultsFalsePositives Property |
Gets file names of false positives (ham messages marked as spam).
Namespace: Limilabs.Mail.Tools.SpamAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
ListString
See Also