First post here - was not able to find an answer using search - so here goes -
We have several large group email boxes at my company - and we are sent many emails.
Each customer of our company is assigned to a representative - at the company level. We have setup about 20 rules (not vba - rules) to process each email as it arrives. It is processed and moved to the representatives folder by the domain name. It seems to be working fine - however -
The list of customers is constantly changing and modifying the rules has become a nightmare - adding domains to this rep - deleting domains from this rep - no way to easily update the rules. The rules are also available to be modified by anyone that has access to the group box.
Is it possible to write VBA to process each email that arrives - and have it go through the same process?
If this is possible - I could take the assignment table in Excel - and write VBA code in Excel to build the case statements - and then just copy those statements and paste into the Outlook VBA -
I know - seems like a lot of work - but it will save me a LOT of time in the long run -
Any thoughts?
Thanks.
We have several large group email boxes at my company - and we are sent many emails.
Each customer of our company is assigned to a representative - at the company level. We have setup about 20 rules (not vba - rules) to process each email as it arrives. It is processed and moved to the representatives folder by the domain name. It seems to be working fine - however -
The list of customers is constantly changing and modifying the rules has become a nightmare - adding domains to this rep - deleting domains from this rep - no way to easily update the rules. The rules are also available to be modified by anyone that has access to the group box.
Is it possible to write VBA to process each email that arrives - and have it go through the same process?
If this is possible - I could take the assignment table in Excel - and write VBA code in Excel to build the case statements - and then just copy those statements and paste into the Outlook VBA -
I know - seems like a lot of work - but it will save me a LOT of time in the long run -
Any thoughts?
Thanks.