DnsHelperGetMXRecords Method |
获取Max记录列表,已按优先级排序
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static string[] GetMXRecords(
string domain
)
Public Shared Function GetMXRecords (
domain As String
) As String()
public:
static array<String^>^ GetMXRecords(
String^ domain
)
static member GetMXRecords :
domain : string -> string[]
Parameters
- domain
- Type: SystemString
[Missing <param name="domain"/> documentation for "M:Adf.DnsHelper.GetMXRecords(System.String)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.DnsHelper.GetMXRecords(System.String)"]
See Also