configure Address book

Joined
Oct 30, 2007
Messages
1
Reaction score
0
Hello Dear All ,
i need urgent help regarding configuring Address book using MAPI c++.i have craeted profile in outlook usng MAPI code .according to the code first profile is created then profile is configure.profile configration has two thing
1-configure Mesage service
2-configure Address book service

to configure Message folwoing properties need to be set

rgval[1].ulPropTag = PR_PROFILE_UNRESOLVED_SERVER;
rgval[1].Value.lpszA = szServer;
// Next, the mailbox name.
ZeroMemory(&rgval[0], sizeof(SPropValue) );
rgval[0].ulPropTag = PR_PROFILE_UNRESOLVED_NAME;
rgval[0].Value.lpszA = szMailbox;

the problem occures when i go to configure address book .i just want to know which properties need to be set to configure address book .like we configre PR_PROFILE_UNRESOLVED_SERVER in case of Message.do anyone know something

please help me .i m really thankful to u ..thank u in advance angel

Regars
Puja kapoor
 
Back
Top