I need to set up a rule where I forward the email I received based on a rule.
And the rule has to look at the body to determine who to send it to.
And then I need to use a value in the body to determine the subject line of the email that I forward.
I need to set up a rule where I forward the email I received based on a rule.
And the rule has to look at the body to determine who to send it to.
And then I need to use a value in the body to determine the subject line of the email that I forward.
You can't do that via a rule but will need a programmatic solution instead.
Depending on your environment and where you want to run the code, using the Outlook Object Model via VBA would be a client side solution.
Thanks Robert. Not the answer I wanted to hear but I will look into the Outlook Object Model but doubt I will be able to do that. thanks again.
9 people are following this question.