Method POP3Client():getMessage() Professional

Retrieves an e-mail message from the POP3 server.

Syntax
:getMessage( <nMsgIndex> ) --> oMIMEMessage|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 MIMEMessage object or NIL, if there is no message at the specified index position.

Description

This method retrieves an e-mail message from the POP3 server in the form of a MIMEMessage() object. This object, in turn, holds all parts of the e-mail and must be queried to obtain header data and contents of the e-mail.

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.