contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
function   MailInBoxCreate    
      Other Library Functions  

Library: Mail
Include: ommail.xin
Returns: Opaque

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 [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

Generated: April 21, 1999 at 2:01:10 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-1999.