AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Categoría: Managing emails
120 resultados
<Email variable>.BuildSource (Función)
Genera el código fuente del correo electrónico a enviar a partir de una variable Email.
<Email variable>.ImportHTML (Función)
Importa, en la estructura Email o en una variable Email, el contenido de un archivo HTML para enviarlo por correo electrónico.
<Email variable>.ImportSource (Función)
Rellena una variable Email utilizando el contenido de su propiedad Source.
<Email variable>.LoadAttachment (Función)
Añade un archivo adjunto a un correo electrónico.
<emailAttach variable>.SaveAttachment (Función)
Copia el archivo adjunto del correo electrónico actual en el equipo del usuario.
<emailIMAPSession variable>.AddFolder (Función)
Añade una carpeta en el software de mensajería utilizando IMAP (Internet Message Access Protocol), ...
<emailIMAPSession variable>.ChangeFolder (Función)
Modifica la carpeta actual en el software de mensajería utilizando el ...
<emailIMAPSession variable>.CloseSession (Función)
Cierra una sesión IMAP.
<emailIMAPSession variable>.CurrentFolder (Función)
Devuelve el nombre de la carpeta actual en el software de mensajería que utiliza IMAP (Internet Message Access Protocol).
<emailIMAPSession variable>.ExecuteCommand (Función)
Envía un comando IMAP al servidor de correo electrónico.
Esta función solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 2.
<emailIMAPSession variable>Expurgar (función)
Destruye todos los correos electrónicos marcados como eliminados (estado "Eliminado") de la carpeta actual de la sesión IMAP.
<emailIMAPSession variable>.ListFolder (Función)
Devuelve la lista de carpetas de una sesión IMAP.
<emailIMAPSession variable>.NbMessage (Función)
Devuelve el número de mensajes entrantes en una sesión IMAP.
<emailIMAPSession variable>.RemoveFolder (Función)
Elimina una carpeta de un servidor IMAP.
<emailIMAPSession variable>.StartSession (Función)
Inicia una sesión IMAP.
<emailIMAPSession variable>.SubscribeToFolder (Función)
Agrega una carpeta existente a la lista de carpetas suscritas.
Esta función solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 2.
<emailIMAPSession variable>.UnsubscribeFromFolder (Función)
Elimina una carpeta de la lista de carpetas suscritas.
Esta función solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 2.
<EmailIMAPSession>.GetAll (Función)
Recupera todos los correos electrónicos encontrados en un servidor IMAP.
<emailNotesSession variable>.CloseSession (Función)
Cierra una sesión de Notes.
<EmailNotesSession variable>.GetAll (Función)
Recupera todos los correos electrónicos encontrados en un servidor Notes.
<emailNotesSession variable>.NbMessage (Función)
Devuelve el número de mensajes entrantes en Notes.
<emailNotesSession variable>.SendMessage (Función)
Envía un correo electrónico utilizando el protocolo Lotus Notes.
<EmailNotesSession variable>.StartSession (Función)
Inicia una sesión de Notes.
<emailOutlookSession variable>.AddFolder (Función)
Añade una carpeta al software de mensajería Outlook.
<emailOutlookSession variable>.ChangeFolder (Función)
Modifica la carpeta actual del software de mensajería de Outlook.
<emailOutlookSession variable>.ChangeStatus (Función)
Cambia el estado de un correo electrónico en un servidor de mensajería.
<emailOutlookSession variable>.CloseSession (Función)
Cierra una sesión de Outlook.
<emailOutlookSession variable>.CurrentFolder (Función)
Devuelve el nombre de la carpeta actual en el software de mensajería Outlook.
<EmailOutlookSession variable>.GetAll (Función)
Recupera todos los correos electrónicos encontrados en un servidor Outlook.
<emailOutlookSession variable>.ListFolder (Función)
Devuelve la lista de carpetas encontradas en el software de mensajería Outlook.
<emailOutlookSession variable>.NbMessage (Función)
Devuelve el número de mensajes entrantes en Outlook.
<emailOutlookSession variable>.RemoveFolder (Función)
Elimina una carpeta del software de mensajería Outlook.
<emailOutlookSession variable>.SendMessage (Función)
Envía un correo electrónico utilizando el protocolo Outlook.
<EmailOutlookSession variable>.StartSession (Función)
Inicia una sección de Outlook.
<EmailOutlookSession variable>.Update (Función)
Actualiza los mensajes de MS Exchange según el servidor de correo electrónico.
<emailPOP3Session variable>.CloseSession (Función)
Cierra una sesión POP3.
<EmailPOP3Session variable>.GetAll (Función)
Recupera todos los correos electrónicos encontrados en un servidor POP3.
<emailPOP3Session variable>.NbMessage (Función)
Devuelve el número de mensajes entrantes en el servidor de correo electrónico (sólo protocolo POP3).
<emailPOP3Session variable>.StartSession (Función)
Inicia una sesión POP3.
<emailSessionIMAP variable>.ChangeStatus (Función)
Cambia el estado de un correo electrónico en un servidor de mensajería.
<emailSMTPSession variable>.CloseSession (Función)
Cierra una sesión SMTP.
<emailSMTPSession variable>.SendMessage (Función)
Envía un correo electrónico mediante SMTP
<emailSMTPSession variable>.StartSession (Función)
Inicia una sesión SMTP.
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)...
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook...
CloseSession (Función)
Cierra una sesión con Lotus Notes o Outlook.
Email constants
List of constants used by email functions.
Email (Variable type)
The Email type is used to handle the email content as well as the associated information.
EmailAddFolder (Function)
Adds a folder into the messaging software (Outlook, messaging software using the IMAP protocol (Internet Message Access Protocol), ...).
EmailAppGetArchitecture (Función)
Obtiene la arquitectura (32 o 64 bits) del cliente de correo electrónico predeterminado de un equipo.
emailAttach (Variable type)
The emailAttach type is used to handle an attachment.
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
EmailChangeFolder (Function)
Modifies the current folder in the messaging software (Outlook, messaging software using the IMAP protocol, ...).
EmailChangeStatus (Función)
Cambia el estado de una Email en un servidor de mensajería.
EmailCheckAddress (Function)
Checks the validity of an email address.
EmailCloseSession (Función)
Cierra una sesión de gestión de Email en función del modo seleccionado (SMTP/POP3, IMAP, MS Exchange o Lotus Notes).
EmailConfigure (Función)
Permite configurar las funciones de gestión del correo electrónico WLanguage.
EmailCopy (Function)
Copies an email found in a directory to another directory of an IMAP server.
EmailCurrentFolder (Function)
Returns the name of current folder in the messaging software (Outlook, messaging software using the IMAP protocol (Internet Message Access Protocol), ...).
EmailDeleteMessage (Función)
Borra el Email actual utilizando el protocolo actual (POP3, IMAP, MS Exchange, Lotus Notes o Outlook).
EmailExecuteCommand (Función)
Envía un comando IMAP al servidor de correo electrónico.
Esta función solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 2.
EmailExportHTML (Función)
Recupera el código HTML de un correo electrónico para mostrarlo en una control HTML (control HTML, control HTML Display, etc.).
EmailExpunge (Función)
Destruye todos los correos electrónicos marcados como eliminados (estado "Eliminado") de la carpeta actual de la sesión IMAP.
EmailExtract (Función)
Devuelve los distintos elementos de una dirección de correo electrónico: nombre de usuario, dominio, TLD (Top Level Domain).
Versiones 2026 y posteriores
Nota: Esta función solo está disponible a partir de la versión 2026 - Update 1.
Novedad de la versión por suscripción
Nota: Esta función solo está disponible a partir de la versión 2026 - Update 1.
Novedad versión 2026
Nota: Esta función solo está disponible a partir de la versión 2026 - Update 1.
Nota: Esta función solo está disponible a partir de la versión 2026 - Update 1.
EmailGetAll (Function)
Retrieves all the emails found on a server.
EmailGetIndicator (Función)
Recupera los indicadores definidos en un correo electrónico de una sesión IMAP.
EmailGetTimeOut( Función)
Lee el valor del "timeout" de conexión a los servidores de mensajería SMTP, POP3 e IMAP..
emailHeader (Variable type)
The emailHeader type is used to retrieve or define the additional email headers.
emailIMAPSession (Variable type)
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.
EmailImportHTML (Function)
Imports, into the Email structure or into an Email variable, the content of an HTML file in order to send it by email.
EmailImportSource (Function)
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.
EmailListFolder (Function)
Returns the list of folders:
  • found in the Outlook messaging software.
  • for an IMAP session.
EmailLoadAttachment (Función)
Añade un archivo adjunto a un correo electrónico.
EmailMessageLength (Function)
Calculates the size of specified message (without loading the message).
EmailMsgError (Function)
Returns the message corresponding to the error identifier.
EmailNbMessage (Function)
Returns the number of incoming messages currently found:
  • on the email server (POP3 protocol only).
  • in the Outlook messaging software.
emailNotesSession (Tipo variable)
El tipo emailNotesSession permite acceder a un servidor de mensajería Lotus Notes para identificar los mensajes que se encuentran en este servidor y enviar mensajes.
emailOutlookSession (Variable type)
The emailOutlookSession type is used to handle the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
emailPOP3Session (Variable type)
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.
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
EmailReadFirstHeader (Función)
Lee la cabecera del primer Email entrante según el protocolo utilizado (POP3 o IMAP, Lotus Notes o Outlook).
EmailReadLast (Función)
Lee el último Email entrante según el protocolo utilizado (POP3 o IMAP, MS Exchange, Lotus Notes o Outlook).
EmailReadLastHeader (Function)
Reads the header of the last email received, depending on the protocol used (POP3 or IMAP, Lotus Notes or Outlook)..
EmailReadMessage (Función)
Lee un mensaje entrante de acuerdo con el protocolo utilizado (POP3 o IMAP, Lotus Notes o Outlook).
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadNext (Función)
Lee la Email entrante encontrada después de la Email actual según el protocolo (POP3 o IMAP, MS Exchange, Lotus Notes o Outlook).
EmailReadNextHeader (Function)
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadPrevious (Función)
Lee el Email encontrado antes del Email actual según el protocolo utilizado (POP3 o IMAP, MS Exchange, Lotus Notes o Outlook).
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailRemoveFolder (Function)
Deletes a folder from the Outlook messaging software or from an IMAP server.
EmailReset (Función)
Restablece todas las variables de la estructura email o todas las variables de una variable Email.
EmailRunApp (Función)
Inicia la aplicación nativa de correo electrónico en el ordenador actual:
  • Ordenador con Windows,
  • Dispositivo móvil (Android, iPhone, iPad).
EmailSaveAttachment (Función)
Copia el archivo adjunto del correo electrónico actual en el equipo del usuario.
EmailSeekFirst (Function)
Finds one or more emails according to the criteria specified in the messaging software (Outlook, messaging software using the IMAP protocol, ...).
EmailSeekFirstNotes (Function)
Seeks one or more emails according to specified criteria, in a local or remote Lotus Notes or Domino database.
EmailSend (Function)
Sends an email via the SMTP protocol while controlling the "buffer" of the email.
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
EmailSetTimeOut (Function)
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
emailSMTPSession (Variable type)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
EmailStartNotesSession (Función)
Permite acceder a los datos gestionados por la mensajería de Lotus Notes (correos electrónicos, contactos, grupos de contactos, tareas, citas).
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
EmailStatus (Function)
Returns the status of an email sent via an SMTP session started in asynchronous mode.
EmailSubscribeToFolder (Función)
Agrega una carpeta existente a la lista de carpetas suscritas.
Esta función solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 2.
EmailUnsubscribeFromFolder (Función)
Elimina una carpeta de la lista de carpetas suscritas.
Esta función solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 2.
EmailUpdate (Function)
Updates the messages of MS Exchange according to the email server.
Envío y recepción de correos electrónicos
WINDEV, WEBDEV y WINDEV Mobile le permiten gestionar directamente los correos electrónicos de sus aplicaciones....
Funciones de correo electrónico
Lista de funciones para la gestión del correo electrónico
Funciones para la gestión de correos electrónicos (sintaxis con prefijo)
Lista de funciones para la gestión del correo electrónico
IMAP protocol
The IMAP protocol is a standard protocol for managing emails...
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting provider...
Managing the emails with the POP3/SMTP protocols
The POP3 and SMTP protocols are protocols for email management recognized by all Internet Service Providers...
OutlookStartSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)...
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage...