VBA scripts for rules are not running in Outlook 2003

  • Thread starter Thread starter Rob A
  • Start date Start date
R

Rob A

I have a very simple script in ThisOutlookSession. Here it is...

Sub myRule(myItem As Outlook.MailItem)
MsgBox (myItem.Subject)
End Sub

I setup a rule so that this script is run whenever I receive an email,
but it never runs. I'm using Outlook 2003 on Windows XP, and have
Exchange 2000 on Windows 2000 Server. Does anyone know what I need to
do, or check, so it runs?

Thanks
Rob
 
Back
Top