Method POP3Client():getMessageString() Professional
Retrieves an e-mail message from the POP3 server as a character string.
:getMessageString( <nMsgIndex> ) --> cMimeMessage|NIL
The method returns a character string, or NIL if there is no message at the specified index position.
This method behaves the same way as :getMessage(). Instead of an instance of the class MIMEMessage() , a character string is returned.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.