Метод | Описание | |
---|---|---|
IsValidAddress ( string emailaddress ) : bool |
Verify whether the specified email address is compliant with RFC822 or not
|
Метод | Описание | |
---|---|---|
InitialRegex ( ) : void |
Initialize the regex expression
|
|
RFC822AddressParser ( ) : System.Text.RegularExpressions |
Initializes static members of the RFC822AddressParser class
|
public static IsValidAddress ( string emailaddress ) : bool | ||
emailaddress | string | A string represent a actual email address |
Результат | bool |