wodPop3 ActiveX Control - GetHeaders Method
      
 

Description

Reads only message headers.


Return Type

None  


Syntax

object.GetHeaders



The GetHeaders Method syntax has these parts:

Part Description
object An expression evaluating to an object of type Pop3Msg.

Remarks

This method will receive headers for the message, without actual message body. Sometimes this is enough for you to decide if you will download full body later on.

GetHeaders 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 are kept in memory.