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.26106.1555
Syntax
public string GetSmtpServer(
	string domainOrEmail
)

Parameters

domainOrEmail  String
Domain or email address to search SMTP servers for.

Return Value

String
Highest priority SMTP server.
See Also