''''''''''''''''''''''''''''''''''''''''''''''
' Open Mail System constants
' for Visual Basic
' (c)1994 Raindrop Software Corporation
' 833 E Arapaho, Suite 104
' Richardson, TX 75081.
''''''''''''''''''''''''''''''''''''''''''''''

Global Const MAIL_SYS_UNKNOWN = 0
Global Const MAIL_SYS_MAPI = 1
Global Const MAIL_SYS_VIM = 2
Global Const MAIL_SYS_MHS = 3
Global Const MAIL_SYS_MHS_LOCAL = 4

Global Const OMS_TO = 1
Global Const OMS_CC = 2
Global Const OMS_BCC = 3
Global Const OMS_ORIG = 4

Global Const PRIORITY_HIGH = 1
Global Const PRIORITY_MEDIUM = 2
Global Const PRIORITY_LOW = 3
Global Const PRIORITY_DONT_CARE = 0

' Following constants are commented out, as they are defined in the
' file constant.txt. However this can be uncommented and used if
' the user doesn't have constant.txt.
'Global Const MESSAGE_FETCH = 1
'Global Const MESSAGE_SENDDLG = 2
'Global Const MESSAGE_SEND = 3
'Global Const MESSAGE_SAVEMSG = 4
'Global Const MESSAGE_COPY = 5
'Global Const MESSAGE_COMPOSE = 6
'Global Const MESSAGE_REPLY = 7
'Global Const MESSAGE_REPLYALL = 8
'Global Const MESSAGE_FORWARD = 9
'Global Const MESSAGE_DELETE = 10
'Global Const MESSAGE_SHOWADBOOK = 11
'Global Const MESSAGE_SHOWDETAILS = 12
'Global Const MESSAGE_RESOLVENAME = 13
'Global Const RECIPIENT_DELETE = 14
'Global Const ATTACHMENT_DELETE = 15

