1
votes

I am trying to run a script on a outlook email message. I want to be able to pass a parameter to the VB script. I was trying to make the script do different things based on which outlook folder the message was moved to. But in the outlook rules the "Run a script" seems to always be the first action that is performed. So when the script runs the message is still in the inbox, and other actions like categories etc haven't yet been assigned from the rule?

1

1 Answers

0
votes

(This is not exactly programming related... I think this belongs on superuser.com. - Get the beta password here)

You could make two separate rules. One applies the changes, the next runs the script. The rules themselves can be ordered any way you like.