PowerTCP Email Validation for .NET

PowerTCP Email Validation for .NET

$149.00
{{option.name}}: {{selected_options[option.position]}}
{{value_obj.value}}

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

Show More Show Less