contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
Mail  
Functions       Platforms  

The Mail library is a set of external functions that make use of POP3 (Post Office Protocol Version 3) and SMTP (Simple Mail Transfer Protocol) to send and receive electronic mail through OmniMark programs.

Functions in this library have one of three prefixes: "MailInBox", "MailOutBox", and "Mail". "MailInBox" functions are those which are used to receive and manipulate email, and "MailOutBox" functions are used to send email. Functions that use the "Mail" prefix relate to the Mail library as a whole.

The Mail external function library consists of the following files:

The Mail external function library requires OmniMark 4.0 or higher. As well, the following lines must be included near the beginning of the OmniMark program:

  ; name and location of the library file
  declare function-library "ommail"

  ; Mail function and constant declarations
  include "ommail.xin"

Functions
   MailInBoxClose
   MailInBoxCreate
   MailInBoxGetMessage
   MailInBoxGetMessageSize
   MailInBoxGetNumberOfMessages
   MailInBoxGetStatusReport
   MailInBoxIsInError
   MailInBoxIsOpen
   MailInBoxMarkAllMessagesForDeletion
   MailInBoxMarkMessageForDeletion
   MailInBoxOpen
   MailInBoxResetDeletionFlags
   MailIsVersionCompatible
   MailLibraryVersion
   MailOutBoxCreate
   MailOutBoxGetStatusReport
   MailOutBoxIsInError
   MailOutBoxSendMail
 
Platforms
   HP/UX
   Solaris
   Win 95
   Win NT
 
----  

Top [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

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

Copyright © OmniMark Technologies Corporation, 1988-1999.