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
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