Site Map Email Us Home
 
All Products
Clever Internet Suite
Clever Internet .NET Suite
Clever Internet ActiveX Suite
Clever Keyboard Indicator
Database Comparer
Database Comparer VCL
Database Comparer ActiveX
Interbase DataPump
Subscribe and receive email notifications on all major releases and other important events.
Your Name:
Your Email:
 

Best Offer for Delphi / C++ Builder Developers

 

Buy FIBPlus at discount price !

 
 
Products Articles Downloads Order Support
Components  | Download  | Order  | History 
 

DNS Query for .NET

Features  | Detailed Description 
 

The DNS Query is a component from the Clever Internet .NET Suite library.
It can retrieve information about the host / domain by performing a general DNS lookup as specified in RFC 1034, RFC 1035, RFC 1183 and other documents.

Features:

  • 100% managed code
  • Retrieve any DNS record
  • Resolve MX by email address (MX lookup)
  • Resolve IP by host name and host by IP address (A and PTR lookups)
  • Resolve Name Servers (NS lookup)
  • Custom DNS Query Support
  • Free one year upgrades and support

Extract all MX record details in just few lines of code

Using DNS Query component you can easily get Mail Servers collection associated with interested email address. DNS Query extracts all major Mail Server details: IP address, Preference, Time-to-live and many more.

dnsQuery1.DnsServer = “192.168.0.1”;
dnsQuery1.ResolveMX(“John@domain.com”);

foreach (MailServerInfo mx in dnsQuery1.MailServers) {
   txtMXInfo.Text += "Name: " + mx.Name +
   txtMXInfo.Text += "Preference: " + mx.Preference.ToString() +
   txtMXInfo.Text += "IP: " + mx.IPAddress + "\r\n";
}

Samples, including WinForm clients with full C# and VB.NET source code

Please see the Demos code (DnsLookup) and also the indexed Help documentation provided with the Clever Internet .NET Suite installation to learn more about using this component in your application.

Complete C# source code

When Purchasing the Clever Internet .NET Suite you receive the full sources for all suite components and also free unlimited support.

Interested?

 
Home  | Site Map  | Products  | Articles  | Downloads  | Order  | Support
 
    Copyright © 2000-2007