|
||||||||||
|
||||||||||
Other Library Functions |
function | MailInBoxIsOpen |
Available in:
Professional Enterprise |
Library: ommail - email support (SMTP and POP3)
Include: ommail.xin |
Return type: Switch Returns: True or false. |
define external switch function MailInBoxIsOpen value MailInBox this-MailInBox
This function returns true when the MailInBox is open, and false otherwise.
Argument:
Example:
MailInBoxOpen MyBox unless MailInBoxIsOpen MyBox
---- |