I am working on a proof of concept for some workflow automation using Exchange 2007 public folders.
I am trying to write some code that can be run any time an item is forwarded into a particular public folder - these items arrive automatically via email and are automatically routed by Exchange into this public folder.
Primarily what I need to do is parse the Subject of an the arriving email item, perform some processing on it, and then set some fields on the item in the folder. These fields are then used for searching, displaying in views, and controlling the workflow associated with the item.
The MSDN documentation for automation of Exchange public folders doesn't seem do identify a way to do this.