PowerTCP Mail for .NET
DnsServerTimeout Property




Gets or sets the amount of time in milliseconds to wait for a response from a DNS server.
Syntax
<DefaultValueAttribute()>
Public Property DnsServerTimeout As Integer
Dim instance As Smtp
Dim value As Integer
 
instance.DnsServerTimeout = value
 
value = instance.DnsServerTimeout
[DefaultValue()]
public int DnsServerTimeout {get; set;}
[DefaultValue()]
public: __property int get_DnsServerTimeout();
public: __property void set_DnsServerTimeout( 
   int value
);
[DefaultValue()]
public:
property int DnsServerTimeout {
   int get();
   void set (    int value);
}

Property Value

An integer specifying the maximum number of milliseconds to wait for responses to DNS requests. Defaults to 3000.
See Also

Reference

Smtp Class
Smtp Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic