Extreme Messaging - AddressValidation

StreetAddressProblemType Enumeration

The type of problem detected by the address validator

public enum StreetAddressProblemType

Members

Member Name Description
NoProblem No problem. It is fine as far as we can tell
MissingZip The address doesn't have a zip code
MissingCity The address doesn't have a city
MissingState The address doesn't have a state
ZipDoesNotMatchCityState The zip supplied doesn't correspond to the city/state supplied.

Requirements

Namespace: AddressValidation

Assembly: AddressValidation (in AddressValidation.dll)

See Also

AddressValidation Namespace