Click or drag to resize
DnsHelperGetMXRecordList Method
获取Max记录列表

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static List<DnsMXRecord> GetMXRecordList(
	string domain
)

Parameters

domain
Type: SystemString

[Missing <param name="domain"/> documentation for "M:Adf.DnsHelper.GetMXRecordList(System.String)"]

Return Value

Type: ListDnsMXRecord

[Missing <returns> documentation for "M:Adf.DnsHelper.GetMXRecordList(System.String)"]

See Also