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

Re: Calling a specific Contact from command line parameter by Michal

Michal
Wed Mar 26 01:03:03 PDT 2008

Rob wrote:
> 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!