C# 클래스 Microsoft.Protocols.TestSuites.Common.RFC822AddressParser

This class implements rfc 822 compliant email validator routines.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
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

메소드 상세

IsValidAddress() 공개 정적인 메소드

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
리턴 bool