MailProgress()

语法

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

参数

#Mail The mail to use.

返回值

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.

参阅

SendMail()

已支持操作系统

所有

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