Extreme Messaging - AddressValidation

EmailAddress Members

EmailAddress overview

Public Instance Constructors

EmailAddress Constructor Default constructor

Public Instance Properties

Address The input address
Domain The domain of the input address (the last two parts of the portion after the @ sign)
Error Description of the error we detected
Host The host name of the input address (the part after the @ sign)
HostParts Arary of the host parts (the parts after the @ sign) of the input address
KnownBad Did we detect a problem with the address
LocalPart The local part (the part before the @ sign) of the input address
ProblemType The type of the problem we detected
RecommendedAddress If you can't ask the user to correct the address, you can try replacing the input address with this one. We guess what the user may have meant depending on the problem we detected.
RequestID (inherited from AddressValidationResponse) RequestId - used for logging, not in the Soap response
TopLevelDomain The top level domain for this address

Public Instance Methods

ToString Returns the input address

See Also

EmailAddress Class | AddressValidation Namespace