change subject line and forward (cannot be client-only)

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

Hi,

I need to be able to create a rule that will forward specific emails
to another email address and change the subject line. I can write a
rule to do this using the "run a script" option and a VBA script, but
this becomes a client-only rule that only runs when Outlook is running
(since the script is stored locally when this is set up).

I need this function to happen all of the time (i.e. I need the action
to be taken on Exchange).

How can I accomplish this?

Thanks!
 
Jeff said:
I need to be able to create a rule that will forward specific emails
to another email address and change the subject line. I can write a
rule to do this using the "run a script" option and a VBA script, but
this becomes a client-only rule that only runs when Outlook is running
(since the script is stored locally when this is set up).

I need this function to happen all of the time (i.e. I need the action
to be taken on Exchange).

How can I accomplish this?


a) Whatever method is being used to send the mails you need to forward,
make sure they get sent to the other address from the get go. =)
b) Talk to your exchange admin about setting up an Event Sink and don't
even think about Outlook.
 
Back
Top