getMailText |
Type | function |
Dictionary | library.emlparser |
Library | EMLParser |
Syntax | getMailText(<pMailArray>,<pForcebase64>)
|
Associations | com.livecode.library.emlparser |
Summary | This function is intended to obtain simplified version of email body.
|
OS | mac, windows, linux, ios, android |
Platforms | desktop, mobile, web |
Parameters | Name | Type | Description |
---|
pMailArray | | An array obtained from emlToArray function.
|
pForcebase64 | | Boolean value if true the returning string is base64 encoded.
|
|
Values | Name | Type | Description |
---|
return | | Plain text version of mails content.
|
|
Description | This function is intended to obtain simplified version of email body
|