EmailValidation 1.0.4
A simple (but correct) .NET class for validating email addresses.
Supports mail addresses as defined in rfc5322 as well as the new Internationalized Mail Address standards (rfc653x).
Requires NuGet 2.12 or higher.
Install-Package EmailValidation -Version 1.0.4
dotnet add package EmailValidation --version 1.0.4
<PackageReference Include="EmailValidation" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EmailValidation --version 1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EmailValidation, 1.0.4"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install EmailValidation as a Cake Addin
#addin nuget:?package=EmailValidation&version=1.0.4
// Install EmailValidation as a Cake Tool
#tool nuget:?package=EmailValidation&version=1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
- System.ComponentModel.Annotations (>= 4.3.0)
-
.NETStandard 2.0
- System.ComponentModel.Annotations (>= 4.3.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.