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

  1. ======================================================================
  2.   Microsoft(R) Product Support Services Application Note (Text File)
  3.                WA0729: MICROSOFT MAIL SIMPLE MAPI UPDATE
  4. ======================================================================
  5.                                                    Revision Date: 2/93
  6.                                                        1 Disk Included
  7.  
  8. The following information applies to Microsoft Mail for PC Networks
  9. version 3.0.
  10.  
  11.  --------------------------------------------------------------------
  12. | INFORMATION PROVIDED IN THIS DOCUMENT AND ANY SOFTWARE THAT MAY    |
  13. | ACCOMPANY THIS DOCUMENT (collectively referred to as an            |
  14. | Application Note) IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY      |
  15. | KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO    |
  16. | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A     |
  17. | PARTICULAR PURPOSE. The user assumes the entire risk as to the     |
  18. | accuracy and the use of this Application Note. This Application    |
  19. | Note may be copied and distributed subject to the following        |
  20. | conditions: 1) All text must be copied without modification and    |
  21. | all pages must be included; 2) If software is included, all files  |
  22. | on the disk(s) must be copied without modification [the MS-DOS(R)  |
  23. | utility DISKCOPY is appropriate for this purpose]; 3) All          |
  24. | components of this Application Note must be distributed together;  |
  25. | and 4) This Application Note may not be distributed for profit.    |
  26. |                                                                    |
  27. | Copyright 1993 Microsoft Corporation. All  Rights Reserved.        |
  28. | Microsoft and MS-DOS are registered trademarks and Windows(TM)     |
  29. | is a trademark of Microsoft Corporation.                           |
  30.  --------------------------------------------------------------------
  31.  
  32. INTRODUCTION
  33. ------------
  34.  
  35. The disk provided with this application note contains Simple MAPI
  36. files for both Microsoft C and Microsoft Visual Basic(TM). These are
  37. replacements for the Simple MAPI files included with Microsoft Mail
  38. for PC Networks, version 3.0. The replacement files resolve two
  39. problems that can occur when creating Simple MAPI applications. MAPI.H
  40. has been modified to be strictly ANSI compatible, and will no longer
  41. cause warnings on Warning Level 4 with the Microsoft C version 7.0
  42. compiler. The sample Visual Basic Simple MAPI application has been
  43. modified to compile when using Microsoft Visual Basic version 2.0.
  44.  
  45. TO REPLACE YOUR SIMPLE MAPI FILES
  46. ---------------------------------
  47.  
  48. 1. Insert the enclosed WA0729 disk into your floppy disk drive.
  49.  
  50. 2. At the MS-DOS command prompt, type the following and press ENTER
  51.  
  52.       xcopy <drive:>\ <destinationdirectory> /s
  53.  
  54.    where <drive:> is the floppy disk drive containing the WA0729 disk
  55.    and <destinationdirectory> is the drive and directory where your
  56.    Simple MAPI files currently reside. For example, if your Simple
  57.    MAPI files are located in the MAILEXE\TECHREF directory on drive C
  58.    and the WA0729 disk is in drive A, type the following command:
  59.  
  60.       xcopy a:\ c:\mailexe\techref /s
  61.  
  62.    A message will be displayed stating: "10 file(s) copied." This
  63.    indicates that your Simple MAPI files have been successfully
  64.    replaced.
  65.