wodSmtp ActiveX Control - Progress Event
    
 

Description

Fires during message sending.


Syntax

Private Sub object_Progress(Position, Total)



The Progress Event syntax has these parts:

Part Description
object A wodSmtp object.
Position A Long value. Current progress position in the message.
Total A Long value. Total number of bytes that will be sent.

Remarks

Progress event can be fired many times by wodSmtp during sending of the message. As the message travels to SMTP server, progress event will show current position.