MAPI Address Book Provider in C++

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

Hello

I want to write a MAPI address book provider in C++ with Visual Studio .NET
development environement (not using .NET).
There is no sample around, only the sample from the prerelease MAPI SDK
called SMPAB.DLL / FLATFILE.AB included with the samples for Visual Studio
6.0.
I heard that there is a sample called ABWDS32 in C++ in the book "Inside
MAPI" mentioned in Q304929. If someone has this sample (or any other one),
please post it here or send it to me.

Because of missing samples, I had exactly the same problem like Morna Tirona
(see post below from 5 July 2002). If the "Implement Interface Wizard"
doesn't work - how can I implement the IABLogon interfaces? I don't know
much about COM.

Any help, especially sample code, is very appreciated.

Eric
(my Email ends with .ch)



-----
There are no Extended MAPI type libraries, hence there is no reason to
include
mapi32.dll as you do with the regular COM libraries. Use the old good header
files (mapidefs.h, mapitags.h, mapix.h, etc).

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
"Inside MAPI" book and its sample projects are copyrighted. To get the
sample source code, you would need to buy either the book itself (it is out
of print but some used copies are still floating around) or its PDF version
on a CD from http://www.insidemapi.com

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Back
Top