View Single Post
  #7  
Old December 11th 08, 05:09 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default How to read all contacts with the same name.

Yes, do that in a loop. But ResolveName won't help you if you have multipe
entries with ambiguous names - use PR_ANR restriction.

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

As I mentioned in my prrevious reply, perform PR_ANR restriction on all
address book containers that you want to process.



Should I process containers in cycle and use ResolveName() for each of
them?



Ads