|  | 
 | ||||
|        | |||||
|  | ||||||
| Other Library Functions | ||||||
| function | MailInBoxCreate | 
| Library: Email support, SMTP and POP3 (OMMAIL) Include: ommail.xin | Return type: MailInBox Returns: A MailInBox OMX component. | 
define external MailInBox function MailInBoxCreate
                server        value string server optional initial {"mail"}
                user          value string username
                password      value string password
Argument definitions
This function creates and returns a MailInBox object with the given configuration information.
MailInBox is an OMX component that is used by most of the POP3 library functions.
  set MyBox to MailInBoxCreate
                        server        "mailserver.com"
                        user          "me"
                        password      mypwd
Copyright © Stilo International plc, 1988-2010.