I have a number of situations where I need to respond to an email with a canned responses (sometimes with a few modifications).
How can I do this with Outlook 2003?
|
I have a number of situations where I need to respond to an email with a canned responses (sometimes with a few modifications). How can I do this with Outlook 2003? |
|||||
|
|
While all of the other solutions mentioned are good and valid, I've found the easiest one to implement for my less-than-technical officemates has been to make "signatures" that contain the canned response. From there, its a simple Insert -> Signature -> [pick response] Just make sure you don't accidentally turn one of the responses into your default sig... This tends to work best if you're in an environment where you can't install an add-in, and you don't want to go programming macros for all your friends too. |
|||
|
|
|
I would use an application like "Auto Hot Key" utility. It allows you to assign all of your canned responses to a particular hotkey sequence. It allows you to define so many hot keys, that you should be able to cover quite a few canned responses. All you do is press the key combination you have configured and it pastes the content which you have pre-defined. Very very handy for anything repetitive or duplicative in nature. |
|||
|
|
|
Take a look at QuickParts in Outlook 2007 (If that is what you are using). This is a good lifehacker.com article on the subject. |
|||||||
|
|
I've been using personal forms in Outlook 2007. To create the canned response I create a new message and then Save As... an Outlook Template (*.oft). To send the canned response I go to Tools > Forms > Choose Form > Look In: User Templates in File System > choose the one I need. Of course, I use Auto Hot Key to perform the above actions. |
|||
|
|
|
You can use Outlook Rules for this. You can configure these to check for a particular subject or keyword and then automatically send a reply back based on a template. However if it needs to be modified first I suspect you will need to create some Outlook Macros to handle this. |
|||
|
|
|
Two helpful methods I just found. First solution is slightly better, IMO: Outlook Quick Parts Technique - Use the new Outlook 2007+ feature "Quick Parts" functionality to create a reusable block of text which you can then insert whenever needed. (For Outlook 2003 users, the similar AutoText feature can be substituted, less the ability to keep formatting.)
Outlook 2007 Drafts Copy Technique - Likely works in earlier versions as well. Simply save your canned response email as a Draft, and duplicate edit to edit a new instance whenever you need to customize and send one.
|
|||||||||
|
|
There is an add-in called Email Templates (www.emailtemplates.com). You can use "Quote Tempaltes" to easily create canned responses. The best part is that if you are using exchange or IMAP, the templates can be shared across all of the users with access. |
|||
|
|
|
Write a macro: (Note, this applies to Outlook 2007, but I imagine that it won't be too different in 2003) Open up Tools>Macro>Visual Basic Editor, double click ThisOutlookSession, and paste this (or similar) in...
To use this, you first have to hit reply on the message you want to reply to, then you can run the macro. |
|||
|
|