Otlook vba and rule to forward email message and change subject
问题 I have a rule with script and almost works fine.. I would like to forward some specific incoming emails to an email address with rule but I also would like to change the subject a bit as well. I have this code which works fine: Sub ForwardEmail(Item As Outlook.MailItem) Set myForward = Item.Forward myForward.Subject = ("ITS - ") & Item.Subject myForward.Recipients.Add "backup@email.com" myForward.Send End Sub My problem is when this rule activated the forwarded emails will get my signature