wodPop3 ActiveX Control - Progress Event
    
 

Description

Fires during message retrieval.


Syntax

Private Sub object_Progress(Position, Total)



The Progress Event syntax has these parts:

Part Description
object A wodPop3 object.
Position A Long value. Current pointer position in the message.
Total A Long value. Total number of bytes that will be retrieved.

Remarks

Progress event can be fired many times by wodPop3 during message retrieval. When full message is downloading (as a result of Get or GetAll methods), Total argument will show how many bytes need to be downloaded. If only headers are downloading (as a result of GetHeaders or GetAllHeaders), Total argument will not show correct value, because size of headers is not known at a time of download.