ComponentPro UltimateEmailValidator

      EmailSyntaxPattern Property

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      Gets or sets the regular expression pattern used to validate email syntax.

      Syntax

      public string EmailSyntaxPattern { get; set; }

      Value

      The regular expression used to validate the email address.

      Remarks

      The default regular expression is:
      "^[\w-\.]{1,}\@([\da-zA-Z-]{1,}\.){1,}[\da-zA-Z-]{2,3}$".

      Framework

      .NET Compact Framework.NET Compact Framework

      Supported version: 2.0, 3.5, and 3.9
      Assembly: ComponentPro.EmailValidator.CF (in ComponentPro.EmailValidator.CF.dll)

      .NET Framework.NET Framework

      Supported version: 2.0, 3.0, 3.5, 4.0, 4.5.x, 4.6.x and later
      Assembly: ComponentPro.EmailValidator (in ComponentPro.EmailValidator.dll)

      Xamarin AndroidXamarin Android

      Supported version: 2.3 and later
      Assembly: ComponentPro.EmailValidator.Android (in ComponentPro.EmailValidator.Android.dll)

      Xamarin iOSXamarin iOS

      Supported version: 5.1.x and later
      Assembly: ComponentPro.EmailValidator.iOS (in ComponentPro.EmailValidator.iOS.dll)

      See Also