|
|||||
function | MailInBoxIsInError |
Other Library Functions |
Library: Mail
Include: ommail.xin |
Returns: Boolean
Returns true or false. |
define external switch function MailBoxIsInError value MailInBox this-MailInBox
This function returns true if the last operation on the MailInBox resulted in an error, and false otherwise.
Note that any function in the Mail library can result in an error, except the following:
MailInBoxGetStatusReport
MailInBoxIsInError
MailOutBoxGetStatusReport
MailOutBoxIsInError
MailLibraryVersion
MailIsVersionCompatible
Argument:
Example:
halt when MailInBoxIsInError MyBox
---- |