[Email_Parse->Size] returns the number of parts that the message has. A simple message has only 1 part. A complex multi-part message with attachments may have many parts. The [Email_Parse->Get] tag can be used to fetch each part of a multi-part message.
local(myMSG = Email_Parse(#myPOP->Retrieve))
loop(#myMSG->Size) => {
local(myPart = #myMSG->Get(Loop_Count))
// ...
}
No examples found
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments