MailIsVersionCompatible Full Description |
|
Syntaxdefine 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 |