TIpClientPop() > Methods |
Retrieves an eMail from the mail server
:retrieve( <nMail>, [<nBytes>] ) --> cMail
Method :retrieve() reads the mail with number <nMail> from the mail server and downloads it to the local station. The mail message is returned as a character string holding the raw data of the entire mail messaged. The message can be decomposed into its individual components by passing the returned string to oTIpMail():fromString().
http://www.xHarbour.com