ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Managing emails
113 results
Generates the source code of the email to send from an Email variable.
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
Fills an Email variable using the content of its Source property.
Adds an attached file to an email.
Copies the attachment of current email onto the user computer (locally).
Adds a folder into the messaging software using IMAP (Internet Message Access Protocol), ...
Modifies the current folder in the messaging software using the IMAP, ...
Closes an IMAP session.
Returns the name of the current folder in the messaging software using IMAP (Internet Message Access Protocol).
Destroys all the deleted emails marked as deleted ("Deleted" status) from the current folder of IMAP session.
Returns the list of folders of an IMAP session.
Returns the number of incoming messages in an IMAP session.
Deletes a folder on an IMAP server.
Starts an IMAP session.
Retrieves all the emails found on an IMAP server.
Closes a Notes session.
Retrieves all the emails found on a Notes server.
Returns the number of incoming messages in Notes.
Sends an email using the Lotus Notes protocol.
Starts a Notes session.
Adds a folder into the Outlook messaging software.
Modifies the current folder in the Outlook messaging software.
Changes the status of an email on a messaging server.
Closes an Outlook session.
Returns the name of the current folder in the Outlook messaging software.
Retrieves all the emails found on an Outlook server.
Returns the list of folders found in the Outlook messaging software.
Returns the number of incoming messages in Outlook.
Deletes a folder from the Outlook messaging software.
Sends an email using the Outlook protocol.
Starts an Outlook section.
Updates the messages of MS Exchange according to the email server.
Closes a POP3 session.
Retrieves all the emails found on a POP3 server.
Returns the number of incoming messages on the email server (POP3 protocol only).
Starts a POP3 session.
Changes the status of an email on a messaging server.
Closes an SMTP session.
Sends an email using SMTP
Starts an SMTP session.
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)...
WINDEV and WEBDEV allow you to easily access the data handled by Outlook...
Closes a session with Lotus Notes or Outlook.
List of constants used by the functions for managing emails.
List of functions for managing emails
The Email type is used to handle the email content as well as the associated information.
Adds a folder into the messaging software (Outlook, messaging software using the IMAP protocol (Internet Message Access Protocol), ...).
The emailAttach type is used to handle an attachment.
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
Modifies the current folder in the messaging software (Outlook, messaging software using the IMAP protocol, ...).
Changes the status of an email on a messaging server.
Checks the validity of an email address.
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes).
Used to configure WLanguage email management functions.
Copies an email found in a directory to another directory of an IMAP server.
Returns the name of current folder in the messaging software (Outlook, messaging software using the IMAP protocol (Internet Message Access Protocol), ...).
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
Destroys all the deleted emails marked as deleted ("Deleted" status) from the current folder of IMAP session.
Retrieves all the emails found on a server.
Retrieves the indicators defined on an email of IMAP session.
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
The emailHeader type is used to retrieve or define the additional email headers.
The emailIMAPSession type is used to access a messaging server by using the IMAP protocol (Internet Access Message Protocol) in order to retrieve the messages found on this server.
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
Returns the list of folders:
  • found in the Outlook messaging software.
  • for an IMAP session.
Adds an attached file to an email.
Calculates the size of specified message (without loading the message).
Returns the message corresponding to the error identifier.
Returns the number of incoming messages currently found:
  • on the email server (POP3 protocol only).
  • in the Outlook messaging software.
The emailNotesSession type is used to access a Lotus Notes messaging server in order to retrieve the messages found on this server and to send messages.
The emailOutlookSession type is used to handle the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
Manages a progress bar while sending and receiving emails.
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Deletes a folder from the Outlook messaging software or from an IMAP server.
Resets all the variables of the email structure or all the variables of an Email variable.
Starts the native application for sending emails found on the current computer:
  • Computer running Windows,
  • Mobile device (Android, iPhone, iPad).
Copies the attachment of current email onto the user computer (locally).
Finds one or more emails according to the criteria specified in the messaging software (Outlook, messaging software using the IMAP protocol, ...).
Seeks one or more emails according to specified criteria, in a local or remote Lotus Notes or Domino database.
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
Starts a session for receiving and reading emails with the IMAP protocol.
Allows you to access the data handled by the Lotus Notes messaging (emails, contacts, groups of contacts, tasks, appointments).
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
Starts a session for receiving and reading emails with the POP3 protocol.
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
Starts a session for sending emails with the SMTP protocol.
Returns the status of an email sent via an SMTP session started in asynchronous mode.
Updates the messages of MS Exchange according to the email server.
List of functions for managing emails
The IMAP protocol is a standard protocol for managing emails...
Simple MAPI simplifies the management of emails received by the hosting company...
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers...
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application.
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications...
The email structure is a preset structure of WLanguage (no declaration is required)...
Writing an email in WLanguage consists in filling the email structure of WLanguage...