C# Class Microsoft.Protocols.TestSuites.Common.RFC822AddressParser

This class implements rfc 822 compliant email validator routines.
Afficher le fichier Open project: OfficeDev/Interop-TestSuites

Méthodes publiques

Méthode Description
IsValidAddress ( string emailaddress ) : bool

Verify whether the specified email address is compliant with RFC822 or not

Private Methods

Méthode Description
InitialRegex ( ) : void

Initialize the regex expression

RFC822AddressParser ( ) : System.Text.RegularExpressions

Initializes static members of the RFC822AddressParser class

Method Details

IsValidAddress() public static méthode

Verify whether the specified email address is compliant with RFC822 or not
public static IsValidAddress ( string emailaddress ) : bool
emailaddress string A string represent a actual email address
Résultat bool