MailProgress()

Syntax

Result = MailProgress(#Mail)
Description
Return the progress of the specified #Mail transfer, started with SendMail().

'Result' is the actual number of bytes which have been sent 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 occured.

Supported OS

All

<- IsMail() - Mail Index - RemoveMailRecipient() ->