C
Christian Dembowski
Hi everyone,
using Outlook 2003 I just observed something I do not understand:
First I set up a macro which looks something like this:
Sub SetServerStay(ByRef olMail As Outlook.MailItem)
olMail.Subject "a changed subject"
End Sub
then I let this macro run by a rule. Works perfectly.
Now, the funny thing is: If I change the category of the mail by a
rule the Subject gets changed back to the original one. This does not
depend on the order of the rules! I do not understand why this
happens. If I assign the category before I change the Subject using
vba I should be fine, shouldn't I?
Can anybody reproduce this behavior?
TIA,
Dembo
using Outlook 2003 I just observed something I do not understand:
First I set up a macro which looks something like this:
Sub SetServerStay(ByRef olMail As Outlook.MailItem)
olMail.Subject "a changed subject"
End Sub
then I let this macro run by a rule. Works perfectly.
Now, the funny thing is: If I change the category of the mail by a
rule the Subject gets changed back to the original one. This does not
depend on the order of the rules! I do not understand why this
happens. If I assign the category before I change the Subject using
vba I should be fine, shouldn't I?
Can anybody reproduce this behavior?
TIA,
Dembo