 | SpamTestResultsNotMarkedAsSpam Property |
Gets file names of the failures (spam messages not marked as spam).
Namespace: Limilabs.Mail.Tools.SpamAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic List<string> NotMarkedAsSpam { get; }Public ReadOnly Property NotMarkedAsSpam As List(Of String)
Get
public:
property List<String^>^ NotMarkedAsSpam {
List<String^>^ get ();
}member NotMarkedAsSpam : List<string> with get
Property Value
ListString
See Also