wodPop3 ActiveX Control - GetLines Method
      
 

Description

Reads headers and MaxLines lines of email body.


Return Type

None  


Syntax

object.GetLines MaxLines



The GetLines Method syntax has these parts:

Part Description
object An expression evaluating to an object of type Pop3Msg.
MaxLines Required. An Integer value. Total number of lines to receive together with headers.

Remarks

This method will receive headers for the message, together with few lines of message body - as defined by MaxLines argument. Sometimes this is enough for you to decide if you will download full body later on.

GetLines is very helpful over slow connections, when large emails needs (not) to be received.

No files are created on local disk when this method is used - all headers and lines of text are kept in memory.