OnProgressHandler Property

<< Click to Display Table of Contents >>

Navigation:  Reference > SmtpMail >

OnProgressHandler Property

 

OnProgressHandler property specifies a handler for the OnProgress event.

 

Syntax

 

[JavaScript]


smtpMail.OnProgressHandler = MailOnProgress;

...

 

function MailOnProgress(mailNumber, bytesSent, bytesTotal)

{

 ...

}

 

 

Remarks

 

Use OnProgressHandler property to set a handler for the OnProgress event in script languages such as VBScript or JavaScript.