PC MAPI: How to Determine if Simple MAPI Is AvailableLast reviewed: December 12, 1995Article ID: Q141061 |
The information in this article applies to:
SUMMARYBefore you start a Simple Messaging Application Programming Interface (MAPI) session with a MAPI application, you may need to determine if Simple MAPI is available on the system. One way to see if Simple MAPI is available is to check the [Mail] section in the WIN.INI file for the MAPI entry. This entry will have a value of 1 if Simple MAPI is installed; 0 if it is not installed. For example, the entry will be the following if Simple MAPI is available:
[Mail] MAPI=1 MORE INFORMATIONWith the release of MAPI version 1.0, you should also check the MAPIX entry for the availability of Extended MAPI, CMC entry for Common Mail Calls, and OLEMessaging for OLE Messaging. For example, the following entries are for Extended MAPI:
[Mail] MAPI=1 MAPIX=1 CMC=1 OLEMessaging=1NOTE: Microsoft Windows 95 and Microsoft Windows NT use the WIN.INI file for backward compatibility.
|
Additional reference words: 3.00 3.20 3.50 1.00 visual c mapi0 mapi1
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |