getFullMailContentAsHTML |
Type | function |
Dictionary | library.emlparser |
Library | EMLParser |
Syntax | getFullMailContentAsHTML(<pMailArray>,<pForceBase64>, <pEmbedImages>)
|
Associations | com.livecode.library.emlparser |
Summary | This function returns the email in html format, if pForceBase64 is true then codified as base64.
|
OS | mac, windows, linux, ios, android |
Platforms | desktop, mobile, web |
Parameters | Name | Type | Description |
---|
pForceBase64 | | Boolean value if true the returning string is base64 encoded.
|
pMailArray | | An array obtained from emlToArray function.
|
pEmbedImages | | Boolean value if true all the content-ID references will be replaced with its content.
|
|
Values | Name | Type | Description |
---|
return | | String containing the html of pMailArray
|
|
Description | This function returns the email in html format, if pForceBase64 is true then codified as base64. if pEmbedImages is true then all the content - ID references will be replaced with its conten.
|