EmailAddressValidatorVerify Method
Verifies one or more e-mail addresses for correct syntax and, optionally, for existence.
Overload List
  NameDescription
Public methodCode exampleVerify(String)
Validates a single e-mail address for correct syntax and, optionally, checks it for existence.
Public methodCode exampleVerify(String)
Validates e-mail addresses in the string array given.
Public methodCode exampleVerify(DataTable, String)
Validates e-mail addresses in the data table given.
Public methodCode exampleVerify(IDataReader, String)
Validates e-mail addresses supplied by the data reader.
Top
See Also