New Mail Desktop Shortcut

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a desktop shortcut for creating a new mail message (running Windows
XP)? In Windows 2000 there was a shortcut bar with a new mail message icon
on it. I'm wondering if there's something similar in XP?
 
Rob D. said:
Is there a desktop shortcut for creating a new mail message (running
Windows XP)? In Windows 2000 there was a shortcut bar with a new
mail message icon on it. I'm wondering if there's something similar
in XP?

It's easy enough to make one. Open Outlook and search for "command line".
Read the information about command line switches, especially the /c switch.
 
Thanks for the information. Are there any other options (don't have "Run"
privileges on my work PC).
 
Rob D. said:
Thanks for the information. Are there any other options (don't have
"Run" privileges on my work PC).

If you need run permission to execute a shortcut, then I can't think of any.
If you can execute Outlook at all, however, I can't see why you can't use a
shortcut. The Start menu is full of shortcuts that are similar. Can you
not execute anything from your Start menu?
 
I can create shortcuts. I just can't figure out how to get the specific new
mail message shortcut directly onto my desktop (or taskbar).
 
Rob D. said:
I can create shortcuts. I just can't figure out how to get the
specific new mail message shortcut directly onto my desktop (or
taskbar).

You can't right-click your desktop and choose New>Shortcut?
 
Actually, yes, I can do that. I guess now all I need is the name (& possible
location) of the file for creating a new email message.
 
Rob D. said:
Actually, yes, I can do that. I guess now all I need is the name (&
possible location) of the file for creating a new email message.

I already told you how to find that information in Outlook's Help.
 
That worked. Thanks for your help; much appreciated. One last issue: To
create a desktop shortcut for creating a new appointment, I entered the
following: "C:\Program Files\Microsoft Office\OFFICE11\OUTLOOK.EXE" /c
"ipm.appointment creates an appointment". However, once I clicked on the
newly created shortcut, instead of opening a new appointment window, it
opened a new email message window. Your thoughts?
 
Rob D. said:
That worked. Thanks for your help; much appreciated. One last
issue: To create a desktop shortcut for creating a new appointment, I
entered the following: "C:\Program Files\Microsoft
Office\OFFICE11\OUTLOOK.EXE" /c "ipm.appointment creates an
appointment". However, once I clicked on the newly created shortcut,
instead of opening a new appointment window, it opened a new email
message window. Your thoughts?

The target of the shortcut should be:

"C:\Program Files\Microsoft Office\Office11\Outlook.exe" /c ipm.appointment

You can use "%ProgramFiles%" instead if "C:\Program Files" if you wish:

"%ProgramFiles%\Microsoft Office\Office11\Outlook.exe" /c ipm.appointment
 
Back
Top