D
donwms
In OL 2003, from a rule, I'm trying to run a script:
Sub ClearCategories(ObjMsg As Outlook.MailItem)
ObjMsg.Categories = ""
ObjMsg.Save
End Sub
I know that the rule is running, but the Categories are not bein
cleared.
Any idea what I'm doing wrong?
Thanks, Don William
Sub ClearCategories(ObjMsg As Outlook.MailItem)
ObjMsg.Categories = ""
ObjMsg.Save
End Sub
I know that the rule is running, but the Categories are not bein
cleared.
Any idea what I'm doing wrong?
Thanks, Don William