Description
-
Called during message sending.
Return Type
-
None
Syntax
-
object.Progress Owner,
Position, Total
The Progress Method syntax has these parts:
| object |
An expression
evaluating to an object of type wodSmtpClientNotify. |
| Owner |
A wodSmtpCom object. Reference
to wodSmtpCom instance that called this callback
method. |
| Position |
A Long
value. Current progress position in the message. |
| Total |
A Long
value. Total number of bytes that will be sent. |
Remarks
-
NOTE: This method is called only if you
implemented IwodSmtpClientNotify interface in your
application, and wodSmtp1.Notification
property has received reference to
instance of your implementation.
Progress notification method can be called many times by
wodSmtp during sending of the message. As the message
travels to SMTP server, progress event will show current
position.
|