wodPop3 ActiveX Control - GetAllHeaders Method
      
 

Description

Reads all headers from the server.


Return Type

None  


Syntax

object.GetAllHeaders



The GetAllHeaders Method syntax has these parts:

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

Remarks

GetAllHeaders method will initiate retrieval of headers for all messages from the server. wodPop3 will loop through all messages until all headers for all messages are not received. Once it finishes, it will fire Done event.

After all headers per message are received, Received event will be fired as well - so you can inspect headers content immediately (or you can do it later on, depends on your choice).

During transfer of the headers, Progress event will be fired. It will contain invalid Total argument, because Total specifies size of the message - not size of headers.

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