| BayesFilterAlgorithm Property |
Gets or sets the algorithm to be used for scoring messages.
Namespace: MailBee.AntiSpamAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic BayesAlgorithm Algorithm { get; set; }Public Property Algorithm As BayesAlgorithm
Get
Set
Property Value
Type:
BayesAlgorithm
The algorithm to be used for scoring messages.
The default value is
ChiSquareAlgorithm.
Remarks
See Also