Outlook contact entryID

  • Thread starter Thread starter hans.werner
  • Start date Start date
H

hans.werner

hello,
could someone give me a code example how to retrieve the contact entryID in outlook?

or a different way to access the selected contacts values.

thanks in advance

hans
 
In what context? If you want the currently selected items, use
Application.ActiveExplorer.Selection collection.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Back
Top