|
|
|
|
|
- Connection and timeout functions
EmailSetTimeOut (Function) In french: EmailChangeTimeOut Changes 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 is returned by EmailGetTimeOut. Reminder: The timeout is the maximum amount of time allowed while waiting for a response from the messaging server. If the server does not respond within this time-out, the connection fails.
Syntax
EmailSetTimeOut(<Timeout Duration>)
<Timeout Duration>: Integer ou duration Timeout value in seconds. This parameter can be: - an integer corresponding to the number of seconds,
- a Duration variable,
- the duration in a readable format (e.g., 1 s).
Remarks Connection and timeout functions
Related Examples:
|
Complete examples (WINDEV): WD Mail
[ + ] This application is an email client developed in WINDEV. It is based on the Email objects. This email client is used to retrieve and send emails by using the POP, IMAP and SMTP protocols. You have the ability to apply filters to the incoming emails. The application can also be used to manage several email accounts. The writing of an email is based on the HTML edit control.
|
|
Unit examples (WINDEV): The POP3 Email functions
[ + ] Using the Email functions to manage the POP3 protocol. This protocol is used to retrieve emails from a server.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|