Comprehensive Email Address ValidationThe Email Validator component makes it easy to validate bulk email addresses within your .NET application. It can validate email addresses loaded from many sources such as list, text file, CVS, DataTable, and DataSet. In addition, it allows you to retrieve the MX Records of a specified domain with only one line of code.
By default Ultimate Email Validator checks your system for your primary DNS server. As a benefit, you can specify specific DNS Servers in the DnsServers property of the EmailValidator class. Ultimate Email Validator will attempt to connect to each one, until a successful connection is made, and then use the first responsive DNS Server for the remainder of the Email Validator session.
Supports HTTP Connect, SOCKS4, SOCKS4A & SOCKS5 Proxy Servers
Ultimate Email Validator provides full support for Proxy Servers such as HTTP CONNECT, SOCKS4, SOCKS4A, and SOCKS5. By simply setting a few properties, you are able to validate bulk e-mail addresses through the desired proxy server, providing your application with the greatest flexibility and highest level of security available.
Support for IPv6, the next generation Internet protocol
IPv6 (Internet Protocol version 6), the next-generation protocol designed by the IETF (Internet Engineering Task Force), will gradually replace the current version of the Internet Protocol, IPv4.
With Ultimate Email Validator Component, users have an integrated service assurance solution that will provide them with Email Validation, and Proxy capabilities in mixed IPv4 and IPv6 environments. This helps organizations with the adoption of and the transition to IPv6 by making the management of such networks seamless.
.NET Technology
By using 100% managed code written in C#, the Ultimate Email Validator component takes advantage of the numerous built-in features of the .NET Framework to enhance performance, moreover, the component is CLS compliant, and it does not use any unsafe blocks for minimal permission requirements. In addition, the component is highly compatible with Microsoft ClickOnce.
Supports many .NET Platforms
Ultimate Email Validator Component for .NET supports the following platforms:
- Windows Forms
- Web Forms
- Web Services
- WPF
In addition, it is also possible to use the component in PowerShell - Microsoft’s new command console and scripting language.Ultimate Email Validator is fully compatible with Visual Studio 2005 to 2013 (.NET 2.0 to .NET 4.5.1). As a benefit, you are always up-to-date with Microsoft's Technologies when using our products.
Supports event-driven (Asynchronous) and blocking (Synchronous) Design
Most applications written with the Email Validator component will be synchronous. Synchronous method gives you the ease-of-use, but it can only returns the control back to the caller after it has finished, meaning that it blocks the execution of the caller for a period of time. Using synchronous method is recommended when you only need to execute one Email Validator operation at a time.
You might decide that your design requires an asynchronous validation when it is needed to validate emails simultaneously. Asynchronous methods provide a great deal of power. Asynchronous method is executed on a thread separate from the calling thread. Such operation is useful when an Email Validator operation is time consuming and other codes need to execute without waiting for the initial operation to complete. In addition, the user interface will be most responsive when asynchronous methods are used.
Flexibility
The Email Validator component has been designed with a great degree of flexibility and can be used with a wide variety of programming languages and different types of development environments. Available as a managed .NET class, it is fully supported by languages such as Visual Basic, Visual C#, J#, Managed C++, Borland C# Builder, and Delphi.
Fully Documented
As important as functionality, features and stability are, comprehensive documentation is equally as important to the application developer. This is why the ComponentPro Email Validator for .NET product includes a Developer's Guide and a complete Technical Reference which documents every property, method and event supported by the component. A printable version of the documentation is included with the product, as well as context-sensitive online help which can be accessed directly from within the development environment.
Lots of samples in VB.NET, C#, and ASP.NET
In addition to the fully documented Developer's Guide and a complete Technical Reference, Ultimate Email Address Validator component also includes a number of samples with full source code which help you become familiar with the features of the component and provide code which you can re-use in your own applications.