Test

Test

Analyses the message and returns the probability of the message being spam.

Returns: A double value in 0-1 range, where 0 corresponds to “definitely non-spam” (0% spam probability) and 1 corresponds to “definitely spam” (100% spam probability).

Test(System::SharedPtr < MailMessage > message)
ParameterDescription
messageMailMessage for test the probability of the message being spam.