Provides data for the SyntaxValidating event. More...
Inherits EventArgs.
Inherited by Aspose::Email::Tools::Verifications::DomainValidatingEventArgs.
Public Member Functions | |
| System::String | get_Mail () const |
| Gets the mail address is being validating. More... | |
| bool | get_Skip () const |
| Indicates whether to ignore the check. More... | |
| void | set_Skip (bool value) |
| Indicates whether to ignore the check. More... | |
| System::ArrayPtr< System::String > | get_MailExchangeServers () const |
| void | set_MailExchangeServers (System::ArrayPtr< System::String > value) |
| System::SharedPtr< ValidationResult > | get_Result () const |
| Gets the validation result. More... | |
| void | set_Result (System::SharedPtr< ValidationResult > value) |
| Sets the validation result. More... | |
| SyntaxValidatingEventArgs (System::String mail) | |
| Initializes a new instance of the SyntaxValidatingEventArgs class. More... | |
Friends | |
| class | Aspose::Email::Tools::Verifications::EmailValidator |
Provides data for the SyntaxValidating event.
| Aspose::Email::Tools::Verifications::SyntaxValidatingEventArgs::SyntaxValidatingEventArgs | ( | System::String | ) |
Initializes a new instance of the SyntaxValidatingEventArgs class.
| The mail address. |
| System::String Aspose::Email::Tools::Verifications::SyntaxValidatingEventArgs::get_Mail | ( | ) | const |
Gets the mail address is being validating.
| System::ArrayPtr<System::String> Aspose::Email::Tools::Verifications::SyntaxValidatingEventArgs::get_MailExchangeServers | ( | ) | const |
| System::SharedPtr<ValidationResult> Aspose::Email::Tools::Verifications::SyntaxValidatingEventArgs::get_Result | ( | ) | const |
Gets the validation result.
| bool Aspose::Email::Tools::Verifications::SyntaxValidatingEventArgs::get_Skip | ( | ) | const |
Indicates whether to ignore the check.
| void Aspose::Email::Tools::Verifications::SyntaxValidatingEventArgs::set_MailExchangeServers | ( | System::ArrayPtr< System::String > | value | ) |
| void Aspose::Email::Tools::Verifications::SyntaxValidatingEventArgs::set_Result | ( | System::SharedPtr< ValidationResult > | value | ) |
Sets the validation result.
| void Aspose::Email::Tools::Verifications::SyntaxValidatingEventArgs::set_Skip | ( | bool | value | ) |
Indicates whether to ignore the check.
|
friend |