MailClient.Timeout Property


Gets or sets the maximum time interval(seconds) the object will wait for a response from server before returning an error.

[Visual Basic 6.0]
Public Property Get Timeout() As Long
Public Property Let Timeout(newVal As Long) 
[Visual C++]
public: get_Timeout(LONG* pVal);
public: put_Timeout(LONG newVal);

Property Value

The maximum time interval(seconds) that the client will wait for a response from server before returning an error. Default value is 60.