View Single Post
  #6  
Old December 11th 08, 05:07 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default IAddrBook::ResolveName() problems

Opne the address book, open the root container, (IAddrBook::OpenEntry(0,
NULL, ...)), get all the subcontainers (IABContainer::GetHierarchyTable).
For each container, open it (IAddrBook::OpenEntry - get back IABContainer),
get the contents table (IABContainer::GetContentsTable), perform PR_ANR
restriction (IMAPITable::Restrict).

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Sergeichik" wrote in message
...
"Dmitry Streblechenko" wrote:

All contacts from conatcts folders in a particular store?
All address entries from all address book containers in the address book?



All contacts that can be available to user from Outlook Address book.



Ads