Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
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
|
© 2000-2012 Chilkat Software, Inc. All Rights Reserved.