Method POP3Client():getMessageHeaderString() Professional

Return the Header of a Message.

Syntax
:getMessageHeaderString( <nMsgIndex>, [<nLines>] ) --> cMessage
Parameters
<nMsgIndex>
The Index of the message to be retrieved.
<nLines>
How many lines of the content to be retrieved. If this argument is missing, then no lines of the message content are retrieved.
Return

The Header of the Message + nLines of the message body as a string.

Description

This method works like :getMessageHeader(). But it returns a character string instead of a oMIMEMessage object.

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.