A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Update a task with Time Automatically



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 11th 08, 04:04 PM posted to microsoft.public.outlook.program_vba
TJAC
external usenet poster
 
Posts: 29
Default Update a task with Time Automatically

A manager at our company wants to set up a rule where the subject says
"action" he would like that email sent to his tasks. That's fine, I can help
him with that, however, then he wants the rule to also look through the email
or even in the subject for a due date for this task. He wants Outlook to
automatically set a due date in the task with reminders. I told him off the
top of my head the only thing I can suggest is have people include the due
date (in the same format) in the subject and then the tasks can be sorted by
that.

Is there a better way that will automate this a little more for him?
I was told I might have a better response in this group.

Thanks in advance
Ads
  #2  
Old July 11th 08, 04:39 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Update a task with Time Automatically

You could use a rule to call a VBA macro, it's called running a script in
the rules wizard. The macro would get called with the mail item that fired
the rule, so the code in the macro can then parse the message and set up the
task and task properties. For due date there would have to be some
information available to be parsed of course, or the due date could be set
as one week from today or whatever.

There are some code samples of how to format a macro to be called from a
rule at www.outlookcode.com.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"TJAC" wrote in message
...
A manager at our company wants to set up a rule where the subject says
"action" he would like that email sent to his tasks. That's fine, I can
help
him with that, however, then he wants the rule to also look through the
email
or even in the subject for a due date for this task. He wants Outlook to
automatically set a due date in the task with reminders. I told him off
the
top of my head the only thing I can suggest is have people include the due
date (in the same format) in the subject and then the tasks can be sorted
by
that.

Is there a better way that will automate this a little more for him?
I was told I might have a better response in this group.

Thanks in advance


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I update emails automatically to lists when I update contacts LearningCurve Outlook - Using Contacts 5 October 17th 07 11:22 AM
Task Update List [email protected] Outlook - General Queries 0 January 5th 07 06:28 PM
free/busy does not automatically update for the time selected DMF Outlook - Calandaring 0 April 8th 06 01:24 AM
How to prevent appointments time update when changing time zone? Samer Outlook - Calandaring 0 April 2nd 06 05:24 PM
How Do I Automatically Launch a Web Browser at Task Start Time? bjw122 Outlook - Calandaring 4 January 16th 06 02:16 PM


All times are GMT +1. The time now is 08:22 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.