Aspose::Email::Tools::Verifications
Contents
[
Hide
]Aspose::Email::Tools::Verifications namespace
The Aspose::Email::Tools::Verifications namespace offers classes and enums to perform comprehensive validation of email components, including syntax checks, domain verification, and mail server connectivity. Use these utilities to ensure email data integrity before processing or sending messages.
Classes
| Name | Description |
|---|---|
| DomainValidatingEventArgs | Provides data for the DomainValidating event. |
| EmailValidator | EmailValidator class provides the capability to validate e-mail addresses. |
| MailServerValidatingEventArgs | Provides data for the MailServerValidatingEvent event. |
| MessageValidationError | Represents the message validation error information. |
| MessageValidationResult | Represents the result of message validation. |
| MessageValidator | The message validator. |
| SyntaxValidatingEventArgs | Provides data for the SyntaxValidating event. |
| ValidationResult | Present the result of the email validating process. |
Enumerations
| Name | Description |
|---|---|
| MessageValidationErrorType | Enumerates the types of the message validation errors. |
| ValidationPolicy | Presents the policy of validating email address. |
| ValidationResponseCode | Represents the response status of the mail validating process. |