i have a working Windows shortcut, which opens a new contact form in Outlook 2010 "C:\Program Files\Microsoft Office\Office14\OUTLOOK.EXE" /recycle /c ipm.contact
But i would like to additionally pass in a first name and last name, which would then populate the form.
- i tried
"C:\Program Files\Microsoft Office\Office14\OUTLOOK.EXE" /recycle /c ipm.contact John Doebut that does not work.
Is it possible ?
p.s. My final solution would be making use of Launchy rather than cmd.exe, but that is not really important