PC MAPI: Custom Messages Do Not Work with IPC Messages

Last reviewed: April 11, 1995
Article ID: Q128742
The information in this article applies to:
  • Microsoft Mail for PC Networks, versions 3.0, 3.0b, 3.2, and 3.2a

SUMMARY

Microsoft Mail for PC Networks has a Custom Messages section located in the MSMAIL.INI file used to initialize Microsoft Mail for Windows. Custom messages allow the Windows client to pass message information to a Dynamic Link Library (DLL) file. One DLL example is APPEXEC.DLL that is provided with the Simple MAPI SDK.

MORE INFORMATION

The operation map parameter found in the custom message declaration determines when the DLL file will be called. Currently, with the Windows client, there are eight possible events that can occur that will start the DLL when a specific custom message is received. The eight possible operations are: compose, open, reply, reply all, forward, print, save, and, upon delivery to the Windows client Inbox.

IPC message types are special messages that the mail spooler does not place in the Windows client Inbox. Of the eight possible operations, all require that the message at least be placed in the Inbox. Due to this functionality, messages of the IPC type do not work with custom messages.

To work with IPC type messages, it is necessary to use MAPI and the MAPIFindNext function to read them, because they are not visible in the Inbox. For more information on MAPI, consult the Microsoft Mail Technical Reference manual.


Additional reference words: 3.00 3.20 3.20a
KBCategory: kbusage
KBSubcategory: MailPCMAPI


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 11, 1995
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.