Home » Questions » Computers [ Ask a new question ]

Can I make a shortcut to open a new note in Outlook 2007?

Can I make a shortcut to open a new note in Outlook 2007?

I'm looking for a command-line style way of opening a new note in Outlook 2007.

Asked by: Guest | Views: 332
Total answers/comments: 1
Guest [Entry]

"From the Office command line switch reference:

/c messageclass

Creates a new item of the specified
message class (Outlook forms or any
other valid MAPI form).

Examples:


/c ipm.activity creates a Journal entry
/c ipm.appointment creates an appointment
/c ipm.contact creates a contact
/c ipm.note creates an e-mail message
/c ipm.stickynote creates a note
/c ipm.task creates a task


So this should do the trick

\Path\to\outlook.exe /c ipm.stickynote"