I’ve about 8 different set of email id groups, which are assigned a particular category in my outlook client. All email id’s exists in a table in a SQL server database instance and can be fetched according to categories they belong to.
Now I wish to mark an incoming mail to a category and auto forward that mail to the email id’s fetched using a script from the database.
First question - is it possible to write a script and attach it to a rule?
Second question - Is it necessary to have a outlook client always on to keep this system alive? I mean will this script based rule system work as a server rule or just a client rule?