The information in this article applies to:
SYMPTOMSWhen linking a compiled Simple Messaging Application Programming Interface (MAPI) application, you may get the following error for many of the Simple MAPI function calls that you make in your application:
CAUSEThe most common cause of this error is the omission of the LoadLibrary and/or GetProcAddress functions. Each of the Simple MAPI functions must be loaded into memory and referenced by a function pointer. RESOLUTIONThe following code fragments shows how to load and get the address of the MAPILogon function:
MORE INFORMATION
All Simple MAPI applications must get the address space of all the Simple
MAPI functions it uses in advance. Any Simple MAPI application also needs
to include the Mapi.h file from the Microsoft Platform Software Development
Kit (SDK).
Additional query words: kbMsg kbMAPI000
Keywords : |
Last Reviewed: November 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |