|
|
|
|
HTMLEditorFromEmail (Function) In french: EditeurHTMLDepuisEmail 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.
// 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: | | emailOptionForwarded | Adds a reply header at the beginning of the email. | emailOptionReplyAfter | The content of the email is indented. The reply will be written after the content. | emailOptionReplyBefore | The 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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|