public class MailServerValidatingEventArgs extends DomainValidatingEventArgs
Provides data for the MailServerValidatingEvent event.
Constructor and Description |
---|
MailServerValidatingEventArgs(String mail,
MailAddress mailaddress,
String[] mailExchangeList)
Initializes a new instance of the SyntaxValidatingEventArgs class.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getMailExchangeServers_MailServerValidatingEventArgs_New()
Deprecated.
|
String[] |
getMailExchangeServers()
Gets the mail exchange server list.
|
getDomain, getMailAddress
public MailServerValidatingEventArgs(String mail, MailAddress mailaddress, String[] mailExchangeList)
Initializes a new instance of the SyntaxValidatingEventArgs class.
mail
- A string contains the original copy of the mail address.mailaddress
- The MailAddress.mailExchangeList
- A set of mail exchange server list.@Deprecated public final String[] getMailExchangeServers_MailServerValidatingEventArgs_New()
Gets the mail exchange server list.
public final String[] getMailExchangeServers()
Gets the mail exchange server list.