ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / HTML Editor 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 Editor control. The images contained in the email are also displayed in the control.
Example
// Read a message and display it in the HTML Editor control to write a reply
MyMessage is Email
EmailReadMessage(SessionID, MyMessage)
HTMLEditorFromEmail(HTMEDT_MyHTMLEditor, MyMessage, emailOptionReplyBefore)
Syntax
HTMLEditorFromEmail(<HTML Editor control> , <Email> [, <Option>])
<HTML Editor control>: Control name
Name of the HTML Editor control used.
<Email>: Email variable
Name of the Email variable to be displayed in the HTML Editor control.
<Option>: Optional Integer constant
Email display options:
emailOptionForwardedAdds a reply header at the beginning of the email.
emailOptionReplyAfterThe content of the email is indented. The reply will be written after the content.
emailOptionReplyBeforeThe content of the email is indented. The reply will be written before the content.

If this parameter is not specified or is set to 0, the email displayed in the control can be directly modified.
Business / UI classification: UI Code
Component: wd290obj.dll
Minimum version required
  • Version 26
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help