TIpMail() > High level methods |
Returns the mail body.
:getBody() --> cEmailBody
Method :getBody() returns the body of a mail message as a character string. When the mail message is a simple mail, the mail body is the text sent wit the eMail. If the mail is a multipart mail, :getBody() returns the contents of the current part. Indivitual parts of a multipart mail message are retrieved with methods :getMultiParts(), :getAttachment() or :nextAttachment().
http://www.xHarbour.com