yosi roz
yosi roz

Reputation: 43

Create MAPI profile using c++

I am trying to create an outlook profile and I found this

And i am trying to us the: "Use the MAPI IProfAdmin interface" but I dont know what "include" I need to us.

if you know a better way to create outlook profile without user interaction it will help :)

Upvotes: 1

Views: 597

Answers (2)

Dmitry Streblechenko
Dmitry Streblechenko

Reputation: 66255

Download MFCMAPI source code - besides showing how to use just about every MAPI object, it includes all the up-to-date header files

Upvotes: 1

Dark Falcon
Dark Falcon

Reputation: 44181

According to the MSDN documentation for this interface, You need to include <Mapix.h>.

Upvotes: 0

Related Questions