Provides data for the MailServerValidatingEvent event. More...
Inherits Aspose::Email::Tools::Verifications::DomainValidatingEventArgs.
Public Member Functions | |
| System::ArrayPtr< System::String > | get_MailExchangeServers () const |
| Gets the mail exchange server list. More... | |
| MailServerValidatingEventArgs (System::String mail, System::SharedPtr< Aspose::Email::MailAddress > mailaddress, System::ArrayPtr< System::String > mailExchangeList) | |
| Initializes a new instance of the SyntaxValidatingEventArgs class. More... | |
Public Member Functions inherited from Aspose::Email::Tools::Verifications::DomainValidatingEventArgs | |
| System::String | get_Domain () |
| Gets the domain. More... | |
| System::SharedPtr< Aspose::Email::MailAddress > | get_MailAddress () const |
| Gets the mail address. More... | |
| DomainValidatingEventArgs (System::String mail, System::SharedPtr< Aspose::Email::MailAddress > mailaddress) | |
| Initializes a new instance of the SyntaxValidatingEventArgs class. More... | |
Public Member Functions inherited from Aspose::Email::Tools::Verifications::SyntaxValidatingEventArgs | |
| 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... | |
Provides data for the MailServerValidatingEvent event.
| Aspose::Email::Tools::Verifications::MailServerValidatingEventArgs::MailServerValidatingEventArgs | ( | System::String | mail, |
| System::SharedPtr< Aspose::Email::MailAddress > | mailaddress, | ||
| System::ArrayPtr< System::String > | mailExchangeList | ||
| ) |
Initializes a new instance of the SyntaxValidatingEventArgs class.
| A string contains the original copy of the mail address. | |
| mailaddress | The MailAddress. |
| mailExchangeList | A set of mail exchange server list. |
| System::ArrayPtr<System::String> Aspose::Email::Tools::Verifications::MailServerValidatingEventArgs::get_MailExchangeServers | ( | ) | const |
Gets the mail exchange server list.