I would like to have an "Outlook note" shortcut on my Windows Vista quick launch toolbar. When clicked, it should open up a new note that will be saved in Outlook, like the "new note" command in Outlook. I only know how to make a similar shortcut that is not bound to Outlook and doesn't show up as a new note within Outlook. I tried clicking and dragging and pasting without success. I need this, so that my users can rapidly type notes without having to open Outlook first. How can I create such a shortcut?

link|improve this question

65% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Make a new shortcut pointing to:

"C:\Program Files\Microsoft Office\Office12\OUTLOOK.EXE" /c ipm.stickynote

...and drag it to the quicklaunch bar.

You'll have to change the path if you are using Vista x64 with Office x86.

More command line arguments here.

link|improve this answer
the suffix fdoesnt work "/c ipm.stickynote" . please advise – Nathaniel_613 Mar 28 '11 at 22:39
@Nathaniel_613: Are you sure you have the path right? Have you used quotes around the executable path, but not the switch and argument? I tested it with Outlook 2010 (with a different path) and it works fine, and the link I gave says that there is nothing different with 2007. – paradroid Mar 28 '11 at 22:57
@Nathaniel_613: I am not sure how you are making the shortcut, but you may have to make sure that the Start In field has the path for Outlook, without the executable. eg. "C:\Program Files\Microsoft Office\Office12\" – paradroid Mar 28 '11 at 23:01
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.