MailBee.NET Objects 7.1

BayesFilter.AutoLearningGradeBelow Property

Gets or sets the maximum score the message should get so that the filter will treat it as non-spam and automatically learn this.

public int AutoLearningGradeBelow {get; set;}

Property Value

The integer value in 0-100 range specifying the maximum score the message should get so that the filter will automatically learn from it as from non-spam sample.
The default value is 5.

Remarks

This property has no effect if AutoLearning is false.

Exceptions

Exception Type Condition
MailBeeInvalidArgumentException value is out of 0-100 range.

See Also

BayesFilter Class | MailBee.AntiSpam Namespace | AutoLearningGradeAbove | AutoLearning