|
-
March 31st, 1999, 02:44 AM
#1
How to retrieve the contents of PAB
I have already got the user name lists from the following MAPI codes
(all the PR_DISPLAY_NAME entries are pointer by "lppAdrList" pointer)
...
hr = MAPIInitialize(NULL);
...
hr = MAPILogonEx(0, NULL, NULL, MAPI_USE_DEFAULT, &lpSession);
...
hr = lpSession->OpenAddressBook(m_hnd, NULL, 0, &lpAddrbk);
...
hr = lpAddrbk->Address(&m_hnd, &adrparm, &lppAdrList);
...
How can I further retrieve the other data in the PAB (Personal Address Book)
according to lppAdrList? (Such as Tel number,Fax Number, ....)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|