home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / w / wa0729.zip / README.TXT < prev    next >
Text File  |  1993-02-11  |  8KB  |  179 lines

  1. README
  2.  
  3. Microsoft(R) Mail Electronic Mail for PC Networks, Version 3.0b
  4. Technical Reference
  5.  
  6. (C) Copyright Microsoft Corporation, 1992
  7.  
  8.  
  9. -----------------------------------------------------------------------
  10. SUPPLIED FILES - CUSTOM COMMANDS
  11. -----------------------------------------------------------------------
  12.  
  13. Several files are included with Microsoft Mail to help you create custom
  14. commands. The following files will be found in the \MAILEXTS directory
  15. of the drive path specified at installation (default = \WGTOOLS).
  16.  
  17. APPEXEC.DLL   Use this DLL to create custom commands that start another
  18.               application and pass information to it on the command line.
  19.               You donÆt need to write any additional code to try this DLL. 
  20.  
  21. EMPTYWB.DLL   This DLL implements a custom command that purges any
  22.               messages in the Mail Deleted Mail folder. 
  23.  
  24. MAILEXTS.H    This C header file declares the Command function and the
  25.               parameter block structure Mail passes to custom command
  26.               DLLs. It also defines constant values used in some elements
  27.               of the parameter block. For more information, see "DLL
  28.               Parameter Block Declaration" in the Workgroup Messaging
  29.               Programmer's Reference.
  30.  
  31. SHARED.INI    This text file contains sample shared custom command
  32.               declarations. For more information, see "Installing Shared
  33.               Custom Commands" in the Workgroup Programmer's Reference.
  34.  
  35. -----------------------------------------------------------------------
  36. The following files can be found in the \MAILEXTS\APPEXEC subdirectory of
  37. the drive path specified during installation. For more information 
  38. about how these files are used to build APPEXEC.DLL, see "Building a 
  39. Sample DLL" in the Workgroup Programmer's Reference.
  40.  
  41. APPEXEC       This is the makefile for APPEXEC.DLL.
  42.  
  43. APPEXEC.C     This file contains the C source code for APPEXEC.DLL.
  44.  
  45. APPEXEC.DEF   This is the linker definition file for APPEXEC.DLL.
  46.  
  47. APPEXEC.H     This is the APPEXEC header file containing definitions,
  48.               functions, and source command-line token information.
  49.  
  50. APPEXEC.RC    This is the Windows resource definition file for
  51.               APPEXEC.DLL.
  52.  
  53.  
  54.  
  55. -----------------------------------------------------------------------
  56. SUPPLIED FILES - CUSTOM MESSAGE TYPES
  57. -----------------------------------------------------------------------
  58. The following files will be found in the \MAILEXTS directory of
  59. the drive path specified during installation. 
  60.  
  61. APPEXEC.DLL   This DLL can be used to create custom message types. 
  62.  
  63. APPEXEC.H     This is the APPEXEC header file containing definitions,
  64.               functions, and command-line token information.
  65.  
  66. HELPREQ.EXE   This is the executable file for the HELPREQ message type. 
  67.  
  68. HELPREQ.INI   This file contains initialization information for the
  69.               HELPREQ.EXE application.
  70.  
  71. MAILEXTS.H    This C header file declares the Command function and the
  72.               parameter block structure Mail passes to custom message
  73.               type DLLs. It also defines constant values used in some
  74.               elements of the parameter block. For more information
  75.               about this file, see "DLL Parameter Block" in the
  76.               Workgroup Programmer's Reference.
  77.  
  78. SHARED.INI    This text file contains a sample shared custom message
  79.               type declaration. For more information, see "Installing
  80.               Shared Custom Message Types" in the Workgroup
  81.               Programmer's Reference.
  82.  
  83. -----------------------------------------------------------------------
  84. The following files are located in the \MAILEXTS\HELPREQ directory of 
  85. the drive path specified at installation. They contain code for a 
  86. sample Help Request message type. For more information about how these
  87. files are used to build HELPREQ.EXE, see "Building a Sample DLL" in the 
  88. Workgroup Programmer's Reference.
  89.  
  90. HELPREQ       This is the make script for HELPREQ.EXE.
  91.  
  92. HELPREQ.C     This contains the C source code for HELPREQ.DLL.
  93.  
  94. HELPREQ.DEF   This is the linker definition file for HELPREQ.DLL.
  95.  
  96. HELPREQ.RC    This is the Windows resource definition file for
  97.               HELPREQ.DLL.
  98.  
  99.  
  100.  
  101. -----------------------------------------------------------------------
  102. SUPPLIED FILES - MAPI C
  103. -----------------------------------------------------------------------
  104. The following files are included with Microsoft Mail to help you use the
  105. MAPI functions. They are located in the \MAPI.C directory of the drive
  106. path specified during installation.
  107.     
  108. MAPI.H           This C header file declares the simple MAPI functions and
  109.               defines constant values returned on errors.
  110.  
  111. MAPI.HLP      The online help executable for MAPI for C.
  112.  
  113.  
  114.  
  115. -----------------------------------------------------------------------
  116. SUPPLIED FILES - MAPI VB
  117. -----------------------------------------------------------------------
  118. The following files are included with Microsoft Mail to help you use the
  119. MAPI functions. They are located in the \MAPI.VB directory of the drive
  120. path specified during installation.  Please note that these files require
  121. Visual Basic version 2.0 or later.
  122.  
  123.  
  124. MAPI.BAS      This BASIC file contains MAPI declarations to be linked
  125.               into mail-enabled Visual Basic application code. 
  126.  
  127. MAPIVB.BAS    This BASIC file contains the support code for the Simple
  128.               MAPI Visual Basic functions.
  129.  
  130. MAPI.TXT      This file contains global MAPI declarations to be copied
  131.               to the global declaration module when writing mail-enabled
  132.               Visual Basic applications.
  133.  
  134. MAPIVB.HLP   The online help executable for MAPI for Visual Basic.
  135.  
  136. -----------------------------------------------------------------------
  137. The following file is located in the \MAPI.VB\SAMPLE directory of the 
  138. drive path specified at installation.
  139.  
  140. MAPIDEMO.MAK  A sample Visual Basic 2.0 application that uses the MAPI
  141.               Visual Basic functions to perform various mail functions
  142.               such as sending and receiving mail.  
  143.  
  144.  
  145.  
  146. -----------------------------------------------------------------------
  147. SUPPLIED FILES - MAPI CUSTOM CONTROLS
  148. -----------------------------------------------------------------------
  149. The following files are included with Microsoft Mail to help you access
  150. the functionality of MAPI custom controls. They will be placed into the
  151. \WINDOWS\SYSTEM directory at installation.  Please note that these files
  152. require Visual Basic version 2.0 or later.
  153.  
  154. MSMAPI.VBX    This file contains two new Visual Basic MAPI custom
  155.               controls: a MAPI Session control, and a MAPI Messages
  156.               control. 
  157.  
  158. MAPI.LIC      This is the license file that gives design time access
  159.               to the MAPI custom controls.  
  160.  
  161. -----------------------------------------------------------------------
  162. The following files will be placed into the \CONTROLS directory of the
  163. drive path specified at installation.
  164.  
  165. MAPIVBC.HLP   The online help executable for the MAPI Visual Basic
  166.               controls.
  167.  
  168. MAPIVBC.TXT   This file contains global action and error constants to
  169.               be copied to the global declaration module when writing
  170.               mail enabled MAPI custom control applications.
  171.  
  172. -----------------------------------------------------------------------
  173. The following file is located in the \CONTROLS\SAMPLE directory of the 
  174. drive path specified at installation.
  175.  
  176. VBMAIL.MAK    A sample Visual Basic 2.0 application that uses the MAPI
  177.               Custom Controls to perform various mail functions such
  178.               as sending and receiving mail.  
  179.