| 
||||||||||
| 
 | 
||||||||||
| Other Library Functions | ||||||||||
| function | MailInBoxCreate | 
  Available in:
   Professional Enterprise  | 
| 
Library: ommail - email support (SMTP and POP3)
 Include: ommail.xin  | 
Return type: MailInBox Returns: A MailInBox OMX component.  | 
  define external MailInBox function MailInBoxCreate
                  server           value stream server optional initial {mail}
                  user              value stream username
                  password      valued stream password
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.
Arguments:
Example:
  set MyBox to MailInBoxCreate
                        server        "mailserver.com"
                        user          "me"
                        password      mypwd
| ---- |