Back to product page

Progress Event


Fires during message sending.

Syntax

  • Basic
object.Progress (ByVal Position, ByVal Total)
The Progress(object,Position,Total) syntax has these parts:
objectAn expression evaluating to an object of type wodSmtp
PositionA Long value. Current progress position in the message.
TotalA 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.

Platforms

Windows