Метод | Описание | |
---|---|---|
Validate ( string emailAddress ) : bool |
RFC822 internet text message (email) address validation.
|
Метод | Описание | |
---|---|---|
InitChars ( ) : void | ||
InitValidTopLevelDomains ( ) : void | ||
IsKnownTopLevelDomain ( string tld, string &errorMessage ) : bool | ||
IsValidAtom ( string atom, string &errorMessage ) : bool | ||
IsValidDomain ( string domain, string &errorMessage ) : bool | ||
IsValidDomainLiteral ( string domainLiteral, string &errorMessage ) : bool | ||
IsValidLocalPart ( string localPart, string &errorMessage ) : bool | ||
IsValidQuotedString ( string qs, string &errorMessage ) : bool | ||
IsValidQuotedStringContents ( string content, string &errorMessage ) : bool | ||
IsValidSubDomain ( string subDomain, string &errorMessage, bool rfc822Strict ) : bool | ||
IsValidWord ( string word, string &errorMessage ) : bool | ||
Rfc822AddressValidator ( ) : System |
Initializes static members of the Rfc822AddressValidator class. Static constructors in .net are guaranteed to be thread safe and only runs once |
|
Validate ( string emailAddress, string &errorMessage ) : bool |
public Validate ( string emailAddress ) : bool | ||
emailAddress | string | The address to validate |
Результат | bool |