|
|
|
|
|
- Connection and timeout functions
EmailGetTimeOut (Function) In french: EmailLitTimeOut Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers. The value of the "timeout" is set to 10 minutes by default. This value can be modified by EmailSetTimeOut. Reminder: The timeout is the maximum amount of time allowed while waiting for a response from the SMTP, POP3 or IMAP messaging server. If the server does not respond within this time-out, the connection fails.
Syntax
<Result> = EmailGetTimeOut()
<Result>: Integer Timeout value in seconds. Remark: A "timeout" is always defined on the server. Therefore, no error can be returned by EmailGetTimeOut. Remarks Connection and timeout functions For example, with a server that responds instantaneously, the connection can take 3 to 4 seconds if the DNS is slow (even if the time-out is set to 1 second).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|