| SpamTestResultsNotMarkedAsSpam Property |
Gets file names of the failures (spam messages not marked as spam).
Namespace:
Limilabs.Mail.Tools.Spam
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public 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
Type:
ListStringSee Also