PowerTCP Email Validation for .NET | Code Examples

Code Examples

These PowerTCP Email Validation for .NET code snippets can be copied and pasted into your project.

Code Snippet Description
Email Address Validation Demonstrates how to validate an email address using concise blocking code
Async Address Validation Demonstrates how to validate an address using non-blocking (asynchronous) code.
Address List Validation Demonstrates how to validate a list of email addresses using blocking code.
Async List Validation Demonstrates how to validate a list of email addresses using non-blocking (asynchronous) code.

 

 

Sample Projects Included

The samples are fully working applications in both C# and VB.NET and include complete source code.

Sample Name Sample Description
Address Validator Demonstrates how to configure the Validator component to validate a single email address.
List Validator Demonstrates how to configure the Validator component to validate a list of email addresses.
Address Validator (Web) Demonstrates how to use the Validator component to validate an email address on a web page.