Class EmailAdressValidation
Helper to work with mail addresses, (Idn-Mapperm, ...)
Inheritance
System.Object
EmailAdressValidation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Framework.Base.Helper
Assembly: Simplic.Framework.Base.dll
Syntax
public class EmailAdressValidation
Methods
| Improve this Doc View SourceIsValidEmail(String, out String)
Check wether the given E-Mail is a Vaild Mail
Declaration
public bool IsValidEmail(string InputString, out string EMail)
Parameters
Type | Name | Description |
---|---|---|
System.String | InputString | String to valid |
System.String | Valid Emauio |
Returns
Type | Description |
---|---|
System.Boolean | True if the Mail-Adress is valid |