Sprog

Dns.ResolveMx(String) Method

Definition

public:
 static System::Net::DnsResult<System::Net::MxRecord> ResolveMx(System::String ^ name);
[System.Runtime.Versioning.UnsupportedOSPlatform("android")]
[System.Runtime.Versioning.UnsupportedOSPlatform("wasi")]
public static System.Net.DnsResult<System.Net.MxRecord> ResolveMx(string name);
[<System.Runtime.Versioning.UnsupportedOSPlatform("android")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("wasi")>]
static member ResolveMx : string -> System.Net.DnsResult<System.Net.MxRecord>
Public Shared Function ResolveMx (name As String) As DnsResult(Of MxRecord)

Parameters

name
String

Returns

Attributes

Applies to