User Tip #136: Outlook Keyboard ShortCuts |
Hits: Failed to execute CGI : Win32 Error Code = 3
|
Shortcut | Function |
---|---|
Alt-Enter | Display message properties |
Ctrl-A | Mark All |
Ctrl-Shift-B | Open Address Book |
Ctrl-C | Copy selected text |
Ctrl-D | Delete selected message |
Ctrl-E | Opens People Search Dialog |
Ctrl-F | Forward to selected message |
Ctrl-Shift-F | Open Message Search Dialog |
Ctrl-G | Follow-up to newsgroups |
Ctrl-N | Create new message |
Ctrl-P | Print selected messages |
Ctrl-R | Reply to the author of selected message |
Ctrl-Shift-R | Reply to author and all recipients of selected message. |
Ctrl-U | Display next unread message |
Ctrl-< | Display previous message |
Ctrl-> | Display next message |
Ctrl-F2 | Open message body in Notepad |
Ctrl-F3 | Display message source code |
Esc | Close window |
See utips94.shtml for general keyboard shortcuts in NT.
Another meaning of shortcut:
You can create a shortcut on your desktop to create a new message without having to start Outlook first. OK. The shortcut starts Outlook and opens the new message dialog. Create a batch file named newmessage.bat or any name that appeals with the extension .bat:
%echo off
start outlook.exe /c ipm.note
exit
You can execute newmessage.bat by saving the batch file to your desktop folder or by saving the batch file in the folder where outlook.exe is found and then creating a shortcut on the desktop which calls newmessage.bat.