contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
function   MailIsVersionCompatible    
      Other Library Functions  

Library: Mail
Include: ommail.xin
Returns: Switch

Returns true if the Mail library is compatible with this version of OmniMark, and false if this version of the library is designed for a newer OmniMark version.

Declaration

  define external switch function MailIsVersionCompatible
  as MailIsVersionCompatible


Purpose

This function is used to determine if this version of the Mail library is compatible with the version of OmniMark in use.

Example:

  do unless MailIsVersionCompatible
     put #error "OMMail library is not compatible with this version of OmniMark"
     halt with 1
  done

        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.