TIpMail() > High level methods |
Retrieves all parts of a multipart mail message.
:getMultiParts() --> aParts
Method :getMultiParts() retrieves all parts of a multipart mail message and returns them in a one dimensional array. Each array element holds a TIpMail object holding the contents of an individual part of the multipart message. When the mail message is not a multipart message, an empty array is returned. Use method :isMultiPart() to determine if the incoming mail message is a multipart message.
http://www.xHarbour.com