home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / info / ntkb / ntkb.exe / Q101 / 2 / 36.TXT < prev    next >
Encoding:
Text File  |  1993-08-31  |  1.8 KB  |  45 lines

  1. DOCUMENT:Q101236  09-JUL-1993  [W_NT]
  2. TITLE   :INF: Running 16-Bit Microsoft Mail and MAPI on Windows NT
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. --------------------------------------------------------------------
  14.  
  15. If you run the Windows 3.1 version of Microsoft Mail 3.0 or 3.2,
  16. instead of the 32-bit version of Mail included with Windows NT, you
  17. will need to enter the following commands at any command prompt after
  18. installing 16-bit Mail to enable other 16-bit programs to use MAPI
  19. functionality:
  20.  
  21.    c:
  22.    cd \winnt\system32
  23.    ren mapi.dll mapi.sav
  24.    copy c:\windows\system\mapi.dll
  25.  
  26. Note: These commands assume that Windows 3.1 was installed to the
  27. C:\WINDOWS directory and Windows NT is in the C:\WINNT directory.
  28.  
  29. Additional reference words: 3.10 16ap 32ap
  30.  
  31. =============================================================================
  32.  
  33. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  34. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  35. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  36. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  37. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  38. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  39. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  40. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  41. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  42. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  43. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  44.  
  45. Copyright Microsoft Corporation 1993.