getFullMailContentAsHTML

Typefunction
Dictionarylibrary.emlparser
LibraryEMLParser
Syntax
getFullMailContentAsHTML(<pMailArray>,<pForceBase64>, <pEmbedImages>)
Associationscom.livecode.library.emlparser
Summary

This function returns the email in html format, if pForceBase64 is true then codified as base64.

OSmac, windows, linux, ios, android
Platformsdesktop, mobile, web
Parameters
NameTypeDescription
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
NameTypeDescription
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.