ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / HTML Display functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Imports the HTML content of an email and its images into an HTML Display control. The images contained in the email are also displayed in the control.
Example
// Read a message and display it in the HTML_View control
MyMessage is Email
EmailReadMessage(SessionID, MyMessage)
HTMLFromEmail(HTM_HTMLDisplay, MyMessage)
Syntax
HTMLFromEmail(<HTML Display control> , <Email>)
<HTML Display control>: Control name
Name of the HTML Display control used.
<Email>: Email variable
Name of the Email variable to displayed in the HTML Display control.
Remarks
  • The HTML content of the email is assigned to the HTML Display control along with its images.
  • The WorkingDirectory property is assigned with the path of the temporary directory containing the images associated with the email.
Related Examples:
WD Mail 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.
Component: wd290obj.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/22/2023

Send a report | Local help