Outlook 2003

  • Thread starter Thread starter Nikkilynn2
  • Start date Start date
N

Nikkilynn2

Is there a way to create a rule that will take emails from certain
people and create a task or calendar entry automatically? Maybe a
macro?
 
This is how a script must be declared in order to call it from the
run-a-script-rule:

Public Sub WhatEver(Mail as Outlook.MaiItem)
' here your code
End Sub

See the CreateItem function in the VBA help for how to create a new task. If
you want to dive deeper into VBA, please visit
microsoft.public.outlook.program_vba

--
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 Wed, 16 Sep 2009 15:09:21 -0700 (PDT) schrieb Nikkilynn2:
 
Back
Top