getAttachments |
Type | function |
Dictionary | library.emlparser |
Library | EMLParser |
Syntax | getMailText(<pMailArray>,<pForcebase64>)
|
Associations | com.livecode.library.emlparser |
Summary | This function extracts all de attachments from a pMailArray Array.
|
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 | | Array with attachments contents
|
|
Description | This function extracts all de attachments from a pMailArray Array.
|