====================================================================== Microsoft(R) Product Support Services Application Note (Text File) WA0729: MICROSOFT MAIL SIMPLE MAPI UPDATE ====================================================================== Revision Date: 2/93 1 Disk Included The following information applies to Microsoft Mail for PC Networks version 3.0. -------------------------------------------------------------------- | INFORMATION PROVIDED IN THIS DOCUMENT AND ANY SOFTWARE THAT MAY | | ACCOMPANY THIS DOCUMENT (collectively referred to as an | | Application Note) IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY | | KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO | | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A | | PARTICULAR PURPOSE. The user assumes the entire risk as to the | | accuracy and the use of this Application Note. This Application | | Note may be copied and distributed subject to the following | | conditions: 1) All text must be copied without modification and | | all pages must be included; 2) If software is included, all files | | on the disk(s) must be copied without modification [the MS-DOS(R) | | utility DISKCOPY is appropriate for this purpose]; 3) All | | components of this Application Note must be distributed together; | | and 4) This Application Note may not be distributed for profit. | | | | Copyright 1993 Microsoft Corporation. All Rights Reserved. | | Microsoft and MS-DOS are registered trademarks and Windows(TM) | | is a trademark of Microsoft Corporation. | -------------------------------------------------------------------- INTRODUCTION ------------ The disk provided with this application note contains Simple MAPI files for both Microsoft C and Microsoft Visual Basic(TM). These are replacements for the Simple MAPI files included with Microsoft Mail for PC Networks, version 3.0. The replacement files resolve two problems that can occur when creating Simple MAPI applications. MAPI.H has been modified to be strictly ANSI compatible, and will no longer cause warnings on Warning Level 4 with the Microsoft C version 7.0 compiler. The sample Visual Basic Simple MAPI application has been modified to compile when using Microsoft Visual Basic version 2.0. TO REPLACE YOUR SIMPLE MAPI FILES --------------------------------- 1. Insert the enclosed WA0729 disk into your floppy disk drive. 2. At the MS-DOS command prompt, type the following and press ENTER xcopy \ /s where is the floppy disk drive containing the WA0729 disk and is the drive and directory where your Simple MAPI files currently reside. For example, if your Simple MAPI files are located in the MAILEXE\TECHREF directory on drive C and the WA0729 disk is in drive A, type the following command: xcopy a:\ c:\mailexe\techref /s A message will be displayed stating: "10 file(s) copied." This indicates that your Simple MAPI files have been successfully replaced.