|
||||||||||
|
|
||||||||||
| Other Library Functions | ||||||||||
| function | MailOutBoxGetStatusReport |
Available in:
Professional Enterprise |
|
Library: ommail - email support (SMTP and POP3)
Include: ommail.xin |
define external function MailOutBoxGetStatusReport
value MailOutBox this-MailOutBox
into modifiable stream report
If the MailOutBox is not in error, this function clears the report shelf; if the MailOutBox is in error, the function populates the report shelf with one or more error messages (each as an item on the shelf).
MailInBoxGetStatusReport can be called at any time, but will return an empty report shelf if there is no error.
Arguments:
Example:
MailOutBoxGetStatusReport MyBox into report
repeat over report
put #error report
again
| ---- |