VBA scripts for rules are not running in Outlook 2003

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top