Method POP3Client():getMessage() Professional
Retrieves an e-mail message from the POP3 server.
:getMessage( <nMsgIndex> ) --> oMIMEMessage|NIL
The method returns a MIMEMessage object or NIL, if there is no message at the specified index position.
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.
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.