1

I have shortcuts for email sending. For example I open Launchy, type "new email Steeve" hit enter and window pop ups with Steeve's email address in "To" field.

Recently, my Office was upgraded to 2013 and it stopped working. The most problematic part is that if I open shortcut's folder in windows explorer and execute them, every shortcut does what it is supposed to do. If I launch them through command line, they work fine too.

BUT when I try to launch them using Launchy, it just opens a new full outlook instance. Not a new email window, but the whole outlook.

Any ideas how to fix it? Looks like Launchy does some additional stuff compared to just executing shortcuts?

Shortcut example: "C:\Program Files\Microsoft Office 15\root\office15\OUTLOOK.EXE" /c ipm.note /m email@email.co.uk

2 Answers2

0

I copied Outlook.exe to a new folder path without spaces, updated my shortcut with the "/c ipm.note" flags to point to that new exe location, and it did work. Unfortunately it takes a couple seconds to open - I think it's initializing a new instance of Outlook behind the scenes.

Mike
  • 1
0

What you have done works great.

Here's an alternative: using the Weby plugin, use this as the URL: mailto:%1

I named this emzz (to make it unique)

I type emzz (Tab) emailaddress

Boom, my default email client opens a new email to that person.

You can get very fancy with additional fields typed into Launchy.

This gives you subject and cc fields, then you'd have to do something like mailto: %1 %2 %3 and type: emzz (Tab) person@emailaddress.com (Tab) SAMPLEsubject (Tab) ccperson@emailaddress.com

The reference for the structure of the mailto: URL is here: https://developer.yoast.com/blog/guide-mailto-links/