Method POP3Client():getMessageHeader() Professional
Return the Header of a Message.
Syntax
:getMessageHeader( <nMsgIndex>, [<nLines>] ) --> oMIMEMessage
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
An Instance of the MIMEMessage class.
Description
For some circumstances it is not neccessary to retrieve the whole message. With this method, only the Header is read from the POP3 server. So you can decide what to do without reading the whole message.
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.