Article ID: 134203
Article Last Modified on 10/30/2006
***************************************************************** ** - WARNING - ** ** THE INFORMATION BELOW IS PRELIMINARY AND HAS NOT BEEN ** ** CONFIRMED, EDITED OR TESTED BY MICROSOFT. USE ONLY ** ** WITH DISCRETION. ** *****************************************************************
#include "mapi.h"Programmers should use the following:
extern "C" {
#include "mapi.h"
}
Using the "extern" keyword in such a manner tells the Visual C++ compiler
to link the MAPI.DLL library correctly and resolves problems with "name
mangling".
Additional query words: 3.00 3.20 smapi
Keywords: KB134203