Method POP3Client():getMessageString() Professional

Retrieves an e-mail message from the POP3 server as a character string.

Syntax
:getMessageString( <nMsgIndex> ) --> cMimeMessage|NIL
Parameters
<nMsgIndex>
This parameter is the numeric index, or ordinal position, of the e-mail message to be retrieved from the POP3 server. Its range extends from 1 to the return value of :getNumberOfNewMessages().
Return

The method returns a character string, or NIL if there is no message at the specified index position.

Description

This method behaves the same way as :getMessage(). Instead of an instance of the class MIMEMessage() , a character string is returned.

Feedback

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.