function
Library: Email support, SMTP and POP3 (OMMAIL)
Include: ommail.xin |
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