2

Is it possible to add a send/receive action to the Outlook 2007 system tray right-click context menu? It's a little annoying to have to open the whole interface just to run this simple action manually. I have searched for an answer, but could only find two other unanswered questions.

If there's no particular answer as of yet, would it make more sense to explore making a plug-in like this one to keep running in the systray when closed, or to look for a registry hack, or something else entirely?

Hannele
  • 123

1 Answers1

1

You can try to use http://www.autohotkey.com/ to create a script that activates Outlook window, sends keystrokes to send/receive, then minimizes Outlook window or something similar. Then, create a shortcut to this script, assign it a hotkey key combination in the shortcut, and push those keys to make this script run real fast and then get back out of your way.

Kerry
  • 766