C# Class NeoSmart.Web.EmailFilter

显示文件 Open project: neosmart/web

Public Methods

Method Description
IsProbablyFakeEmail ( string email, int meanness, bool validateMx = false ) : bool
IsValidFormat ( string email ) : bool

Method Details

IsProbablyFakeEmail() public static method

public static IsProbablyFakeEmail ( string email, int meanness, bool validateMx = false ) : bool
email string
meanness int
validateMx bool
return bool

IsValidFormat() public static method

public static IsValidFormat ( string email ) : bool
email string
return bool