C# Class NeoSmart.Web.EmailFilter

Afficher le fichier Open project: neosmart/web

Méthodes publiques

Méthode Description
IsProbablyFakeEmail ( string email, int meanness, bool validateMx = false ) : bool
IsValidFormat ( string email ) : bool

Method Details

IsProbablyFakeEmail() public static méthode

public static IsProbablyFakeEmail ( string email, int meanness, bool validateMx = false ) : bool
email string
meanness int
validateMx bool
Résultat bool

IsValidFormat() public static méthode

public static IsValidFormat ( string email ) : bool
email string
Résultat bool