Returns an array of email attachment data for the given message. Follows the example from the Language Guide with the addition of also including message parts with a content-disposition of "inline." Each item in the array is a map containing the raw message data, the filename, the file's MIME type, and the size.
Parameters
none
Sample Usage
var('attachments') = email_attachments($mymsg);
Source Code
Click the "Download" button below to retrieve a copy of this tag,
including the complete documentation and sample usage shown
on this page. Place the downloaded ".inc" file in your
LassoStartup folder, restart Lasso, and you can begin using this
tag immediately.