TIpMail() > Low level methods |
Composes a multipart mail message.
:attach( <oTIpMail> ) --> lSuccess
Method :attach() can be used to compose a multipart mail message. Each part of a multipart message is managed by a single TIpMail object. Note that :attach() adds a TIpMail object, it does not attach a file. Use method :attachFile() for file attachments.
The method returns a logical value indicating success of the operation.
http://www.xHarbour.com