I want to intercept and transform some automated emails into a more readable format. I believe this is possible using VBA, but I would prefer to manipulate the text with Python. Can I create an ironpython client-side script to pre-process certain emails?
EDIT: I believe this can be done with outlook rules. In Outlook 2007, you can do: Tools->Rules -> New Rule
"check messages when they arrive"
next
[filter which emails to process]
next
"run a script"
In the "run a script" it allows you to use a VBA script.