Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python Ruby SQL Server VBScript
|
MX Lookup (DNS Query to find Mail Server Hostname)
Demonstrates how to do a DNS MX Lookup to find the mail server for a specified email address. ' Demonstrates how to do a DNS MX Lookup on an email address
' to find the mail server hostname.
Dim mailman As New ChilkatMailMan2
mailman.UnlockComponent "Anything for 30-day trial"
Dim mailServer As String
mailServer = mailman.MxLookup("support@chilkatsoft.com")
' Should display "mail.chilkatsoft.com"
MsgBox mailServer
|
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2008 Chilkat Software, Inc. All Rights Reserved.