AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Comunicación / Gestión de correos electrónicos
  • Overview
  • Operating mode
  • Method for accessing Outlook
  • Sending and receiving emails
  • Version of Outlook
  • MS Exchange server
  • Handling data
  • Outlook Notes
  • Limitations
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Overview
WINDEV and WEBDEV allow you to easily access the data handled by Outlook. You have the ability to retrieve, modify, add or handle your contacts, appointments, tasks, emails, ...
Operating mode

Method for accessing Outlook

The Outlook access method is as follows:
  1. Login to access emails, tasks, appointments, contacts and/or contact groups: function EmailStartOutlookSession or OutlookStartSession.
    You can also use EmailStartSession with a variable of type emailOutlookSession.
  2. Logout: function CloseSession or EmailCloseSession.

Sending and receiving emails

To send and receive emails, Outlook must be started on the current computer.
To actually send and receive emails:
  • Automatic sending and IncomingData: Select the following options in Outlook options:
    • "Send the messages immediately during the connection".
    • "Check the new incoming messages every X minutes" and specify the requested number of minutes.
  • Manual sending and receiving Click on the "Send / Receive" button.

Version of Outlook

The access to Outlook is available for Outlook version 97 or later.
Note: Contact groups are not managed by Outlook version 97. Therefore, they cannot be accessed in this version of Outlook.
Please note: Outlook Express only allows access to emails. In this case, use EmailStartSession to start the session for accessing emails.

MS Exchange server

  • The access to Outlook is compatible with the MS Exchange servers but it requires the presence of an Outlook client on the computer.
  • When using the Exchange or Outlook functions in a WEBDEV website, an Outlook client must be installed and configured on the server in the profile of the Internet guest.
Handling data
Once the session for accessing Outlook was started, you have the ability to handle:

Outlook Notes

The Outlook notes cannot be accessed in this version.

Limitations

  • The WLanguage functions can be used to write the information into the "Contacts" database of Outlook but not into the "Address Book" database. Depending on the creation mode of the email in Outlook, Outlook proposes:
    • the addresses of contacts (containing the addresses managed WINDEV).
    • the addresses of the address book.
  • When used in a WEBDEV website, an Outlook client must be installed and configured on the server in the profile of the Internet guest.
  • To access Outlook in 64-bit mode, the WINDEV application must also be in 64-bit mode.
Versión mínima requerida
  • Versión 11
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

Señalar un error o enviar una sugerencia | Ayuda local