ValidationResponseCode Enumeration |
Represents the response status of the mail validating process.
Namespace:
Aspose.Email.Tools.Verifications
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic enum ValidationResponseCode
Public Enumeration ValidationResponseCode
public enum class ValidationResponseCode
type ValidationResponseCode
Members
| Member name | Value | Description |
---|
| ValidationSuccess | 0 |
The mail address validating is successful.
|
| SyntaxValidationFailed | -1 |
The mail address validating process failed at the syntax validation.
|
| DomainValidationFailed | -2 |
The mail address validating process failed at the domain validation.
|
| MailServerValidationError | -3 |
The mail address validating process failed at the mail server validation.
|
See Also