Extreme Messaging - AddressValidation

PhoneProblemType Enumeration

The type of problem detected by the phone number check

public enum PhoneProblemType

Members

Member Name Description
NoProblem No Problem. It is fine, as far as we can tell.
IsBlank The input phone number is blank
BadCountryCode The country code in the phone number is invalid
WrongLength The phone number is the wrong length for the country
BadAreaCode The area code is not valid for the country
SubscriberPartNotValid The subscriber portion (the portion after the country code and area code) is not valid for that country and area code.

Requirements

Namespace: AddressValidation

Assembly: AddressValidation (in AddressValidation.dll)

See Also

AddressValidation Namespace