Search Results for

    Show / Hide Table of Contents

    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 Source

    IsValidEmail(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 EMail

    Valid Emauio

    Returns
    Type Description
    System.Boolean

    True if the Mail-Adress is valid

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx