I like to change certain Outlook emails to Outlook task objects and
have them in my outlook task list
I use Outlook 2003 with an exchange 2003 server
------------------------------------------------------
HOW I CURRENTLY DO THIS CONVERSION
Outlook has 2 methods to change emails into task objects. Both will
open up a new Task object and copy/paste and/or attach the email to
it. Just highlight an email in your inbox and do one of the
following.
Method #1: Use the button called ?Move to folder ?, it will bring up a
pull-down menu in which you need to pick your task folder. If your
task folder isn?t there use the option at the bottom of the pull down
menu to add it.
The nice part about Method 1 is that it does all this in one easy
step: 1) creates a new task, 2) copy/pastes the e-mail?s text into a
new task 3) attaches the email to the task 4) removes the email from
the Inbox, it just moved it into the tasks folder as an email (not as
a task).
Method #2: Drag the email onto the Tasks button in the lower right
hand corner of Outlook, or into the Tasks folder if you are in the
folder list. You can right-drag it for more features.
------------------------------------------------------
Method #1 is the best way to do it and the way I always do it. This
method is best since it both copy/paste the e-mail?s text into the
task and then attaches the email to the task as an attachment, and
then deletes the email from your inbox.
The problem I want help solving is this:
A) Method #1 is not a single click. I want to make it a simple single
click button.
I want to make a custom button in OL to do this to an email in 1 click
(When you use Method #1 as described above it is a click and then a
drag into a pull down menu) .
I tried a simple VBS script to move it to the Tasks folder, but it did
not work. All it did was to move the email into the Tasks folder, but
as an email, not as a task object. We need it to work like method A
above, and actually 1) creates a new task, 2) copy/pastes the e-mail?s
text into a new task 3) attaches the email to the task 4) removes the
email from the Inbox, it just moved it into the tasks folder as an
email (not as a task). i.e. We need it to act exactly like Outlook?s
?Move to folder? button acts.
B) It would be good to have a separate solution to do this
automatically, like a Rule or something.
I want to be able to be able to define a rule to automatically do this
(change email to a task ? where the task has the email attached as
well as the text copy/pasted) to any email that has the word ?task? in
the subject. It would need to operate w/o user intervention and thus
needs to save the task by itself. Maybe B can be accomplished by
combining some code and a third party Outlook add-in?
In addition, it would be super cool to have the option to have Outlook
auto assign a category for this task. The script could specify the
category (e.g. Business), and would always enter just that category.
Can you send me a link to a script, VB code, or maybe a 3rd party
Outlook tool that would do this..
thanx in advnce |