Calling a specific Contact from command line parameter

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

In a VBA application, using the command line parameter of:

OUTLOOK.EXE /select Outlook:contacts

How can I get it to open to a specific contact within my contact list?

Thanks
 
Rob said:
In a VBA application, using the command line parameter of:

OUTLOOK.EXE /select Outlook:contacts

How can I get it to open to a specific contact within my contact list?

outlook.exe /select outlook:EntryID

Where EntryID is item identifier - a long hex number. You can read it for a
specific item using VBA or OutlookSpy.

--
Best regards,
Michal [Microsoft Outlook MVP]

http://www.codetwo.com
Share Outlook on the net without Exchange!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top