SpamAnalyzer.SpamAnalyzer
Contents
[
Hide
]SpamAnalyzer()
Initialize a new instance of the SpamAnalyzer class.
public SpamAnalyzer()
See Also
- class SpamAnalyzer
- namespace Aspose.Email.AntiSpam
- assembly Aspose.Email
SpamAnalyzer(Stream)
Initialize a new instance of the SpamAnalyzer class.
public SpamAnalyzer(Stream stream)
| Parameter | Type | Description |
|---|---|---|
| stream | Stream | An input stream containing Bayesian database. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | If stream is null. |
See Also
- class SpamAnalyzer
- namespace Aspose.Email.AntiSpam
- assembly Aspose.Email
SpamAnalyzer(string)
Initialize a new instance of the SpamAnalyzer class.
public SpamAnalyzer(string filePath)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | The full or relative path to the file containing Bayesian database. |
Exceptions
| exception | condition |
|---|---|
| ArgumentException | If filePath is null or an empty string. |
See Also
- class SpamAnalyzer
- namespace Aspose.Email.AntiSpam
- assembly Aspose.Email