Lasso Soft Inc. > Home

[ email_parse->size ]

Method

[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.

  • Syntax
local(myMSG = Email_Parse(#myPOP->Retrieve))
loop(#myMSG->Size) => {
    local(myPart = #myMSG->Get(Loop_Count))
    // ...
}
Examples

No examples found

Recent Comments

No Comments 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. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft