Click or drag to resize

AddressValidationResult Enumeration

Represents result of the email address validation.

Namespace:  Limilabs.Mail.Tools
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public enum AddressValidationResult
Members
  Member nameValueDescription
Success0 Email is valid.
IncorrectFormat1 Email has incorrect format.
NoMXRecord2 No MX record was found for the domain.
SmtpRejection3 SMTP server rejected email address.
SmtpError4 SMTP server returned an error.
See Also