contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
function   MailOutBoxCreate    
      Other Library Functions  

Library: Mail
Include: ommail.xin
Returns: Opaque

Returns a Mail outbox opaque-type object.

Declaration

  define external MailOutBox function MailOutBoxCreate
     name    value stream sender-name
     address value stream address
     server  value stream server optional initial {mail}


Purpose

This function creates and returns a Mail outbox object with the given configuration information.

Mail outbox is an opaque-type object used by the outgoing mail functions in the Mail library.

Arguments:

Example:

  set this-MailOutBox to MailOutBoxCreate
           name "Bob"
        address "[email protected]"
         server "mail"

        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.