Click or drag to resize

DnsHelperGetSmtpServer Method

Gets highest priority SMTP server for specified domain or email address. This method searches DNS MX records.

Namespace:  Limilabs.Client.DNS
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public string GetSmtpServer(
	string domainOrEmail
)

Parameters

domainOrEmail
Type: SystemString
Domain or email address to search SMTP servers for.

Return Value

Type: String
Highest priority SMTP server.
See Also