Reputation: 1840
I have recently discovered that you can make rules in Outlook. These can be triggered by a number of events and do a number of things. One such thing is launching an application.
Seeing this, I thought I might be able to automate a few emails. However, some of these processes will likely require information in the body of the email, which I have no idea how to pass into the application.
Is there a way I can pass the email body of the message that triggered the event into the application being launched?
Note: I'm using Outlook 2003 on XP
Upvotes: 1
Views: 739
Reputation: 2283
It may be possible to pass information as parameters to your script. But that would mean lots of rules with static information being passed based on the email subjects. Without using anything besides outlook itself and an external batch script, it does not seem possible to pass elements of the email to the script. But I hate to say 'impossible'.
There are some really cool things that can be done with outlook and more advanced languages though :-).
Edit: Live and learn. It is possible with vb.
Upvotes: 2