|        | |||||
|  | |||||
| function | MailInBoxCreate | ||||
| Other Library Functions | 
| Library: Mail Include: ommail.xin | Returns: Opaque A MailInBox opaque object. | 
  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 opaque-type object that is used by most of the POP3 library functions.
Arguments:
Example:
  set MyBox to MailInBoxCreate
                        server        "mailserver.com"
                        user          "me"
                        password      mypwd
| ---- |