
PowerTCP Email Validation for .NET
Overview Email Address Validation and List Verification Component A .NET library that provides the flexibility, stability and ease-of-use desired for validation email addresses in your windows forms and ASP.NET projects. Includes C#, VB code examples and sample applications. Validator1.Smtp.MailFrom = "validate@myDomain.com"; //must be set prior to validation ValidationState result = Validator1.Validate("test@someDomain.com"); if (result.Exception == null) MessageBox.Show("Confirmed at the " + result.Progress.ToString() + " level!", "Success!"); else MessageBox.Show(result.Exception.InnerException.Message, result.Exception.Message); Feature Overview