Here are a few items to note about aspNetMX to help you get more familiar with its functionality.

What is aspNetMX?

 
aspNetMX is a .NET email component, also known as an assembly. It is written in 100% C# for speed and efficiency. It does not have any dependencies on any unmanaged code or COM libraries. aspNetMX only requires the .NET framework to be installed on the computer.
 

Can I use aspNetMX in windows applications?

Absolutely! You can use aspNetMX from a Windows Form application, web services, ASP.NET web pages, and any other .NET supported application.

What can aspNetMX do for me?

aspNetMX allows you to validate email addresses and MX Records, from any .NET application. aspNetMX can be used from ASP.NET web pages, to windows forms, to web services. The only limitation to using aspNetMX is your programming imagination.

 

    Validating MX Records

    An overview of MX Records and how to retrieve them.

   
    Validating Email Addresses

    An overview of validating email addresses.