|
||||||||||
|
||||||||||
Other Library Functions |
function | MailInBoxClose |
Available in:
Professional Enterprise |
Library: ommail - email support (SMTP and POP3)
Include: ommail.xin |
define external function MailInBoxClose value MailInBox this-MailInBox
This function closes the MailInBox. If "autodel" was specified and true when the MailInBox was opened using MailInBoxOpen
, all messages in the box are deleted. If autodel is false, only messages marked for deletion are deleted.
Argument:
Example:
MailInBoxClose MyBox when MailInBoxIsInError MyBox
---- |