| GlobalConfigurationDnsServerAddress Property |
Gets or sets DNS server address.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public 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
Type:
StringRemarks
This address is used for DKIM queries.
See Also