swirl Guide to OmniMark 5   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesOMX VariablesErrors
 
      Other Library Functions  
function   MailInBoxCreate    

Library: ommail - email support (SMTP and POP3)
Include: ommail.xin
Return type: Opaque
Returns:       

A MailInBox opaque object.


Declaration

  define external MailInBox function MailInBoxCreate
                  server           value stream server optional initial {mail}
                  user              value stream username
                  password      valued stream password


Purpose

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

        Other Library Functions
   MailInBoxClose
   MailInBoxCreate
   MailInBoxGetMessage
   MailInBoxGetMessageSize
   MailInBoxGetNumberOfMessages
   MailInBoxGetStatusReport
   MailInBoxIsInError
   MailInBoxIsOpen
   MailInBoxMarkAllMessagesForDeletion
   MailInBoxMarkMessageForDeletion
   MailInBoxOpen
   MailInBoxResetDeletionFlags
   MailIsVersionCompatible
   MailLibraryVersion
   MailOutBoxCreate
   MailOutBoxGetStatusReport
   MailOutBoxIsInError
   MailOutBoxSendMail
 
----  

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ OMX ] [ OMX ] [ ERRORS ]

Generated: August 11, 2000 at 3:07:30 pm
If you have any comments about this section of the documentation, send email to docerrors@omnimark.com

Copyright © OmniMark Technologies Corporation, 1988-2000.