SpamAnalyzer Constructor (Stream)

Initialize a new instance of the SpamAnalyzer class.

Namespace:  Aspose.Email.AntiSpam
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public SpamAnalyzer(
	Stream stream
)

Parameters

stream
Type: System.IOStream
An input stream containing Bayesian database.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf stream is null.
See Also