MailProgress()
Syntax
Result = MailProgress(#Mail)Description
Return the progress of the specified mail transfer, started with SendMail().
Parameters
The mail to use.
Return value
Returns the number of transferred bytes, or one of the following values:#PB_Mail_Connected: The mail transfer is in its initialization phase. #PB_Mail_Finished : The mail transfer is finished correctly. #PB_Mail_Error : The mail transfer is finished but an error occurred.
See Also
SendMail()
Supported OS
All