DotNetOpenMail 0.5.7 (beta)

SmtpServer.ServerTimeout Property

The timeout waiting for an SMTP command, in milliseconds

[Visual Basic]
Public Property ServerTimeout As Integer
[C#]
public int ServerTimeout { get; set; }
[C++]
public: __property int get_ServerTimeout();
public: __property void set_ServerTimeout(int );
[JScript]
public function get ServerTimeout() : int
public function set ServerTimeout(int);

See Also

SmtpServer Class | DotNetOpenMail Namespace