 | GlobalConfigurationDnsServerAddress Property |
Gets or sets DNS server address.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic static string DnsServerAddress { get; set; }Public Shared Property DnsServerAddress As String
Get
Set
public:
static property String^ DnsServerAddress {
String^ get ();
void set (String^ value);
}static member DnsServerAddress : string with get, set
Property Value
String
Remarks
This address is used for DKIM queries.
See Also