View Single Post
  #2  
Old July 28th 09, 06:44 PM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default send email when task changes



This example demonstrates how a changed property triggers the ItemChange
event. In the event you can check for the Priority property, and use the
CreateItem function to create an email:

http://www.vboffice.net/sample.html?...cmd=showite m

--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool
: VBOffice Reporter for Data Analysis & Reporting
: http://www.vboffice.net/product.html?pub=6&lang=en


Am Mon, 27 Jul 2009 20:06:01 -0700 schrieb Kevin Edwards:

Hi All

I've setup categories in my task list and shared it with my boss so he can
edit them

But I want some kind of audit trail. Otherwise I can imagine that on

Monday
a task is at priority 4. On Tuesday he changes it to priority 1 - I don't
notice or he forgets and EOB Tuesday he's asking why it isn't done.

So if I could get some vba that would email me when a task is edited with

a
certain subject line, I could create a rule to file them and have my audit
trail. Thanks.

Ads