Whenever I get an email from a client I want to be able to automatically file a copy of it in a particular public folder. That part I have already managed, using standard outlook rules.
The next part is a little harder. As there are several people in my team who might receive a particular message, I want all of them to run the same rule - ie to file the email in the appropriate public folder. BUT there's no point in Jim filing it if Barry has already received the same email and has filed it already, so I need some VBA to copy to public folder IF the mail isn't already there.
That part I'm stuck with!
Note that I'm using OL2003 as user (not admin) so can't install any third party software - hence having to make something myself in VBA. I'm not too familiar with OL VBA, but have done a fair bit in EXCEL VBA. I guess the same principles apply, but I don't really know my way round the OL object model.
thanks
The next part is a little harder. As there are several people in my team who might receive a particular message, I want all of them to run the same rule - ie to file the email in the appropriate public folder. BUT there's no point in Jim filing it if Barry has already received the same email and has filed it already, so I need some VBA to copy to public folder IF the mail isn't already there.
That part I'm stuck with!
Note that I'm using OL2003 as user (not admin) so can't install any third party software - hence having to make something myself in VBA. I'm not too familiar with OL VBA, but have done a fair bit in EXCEL VBA. I guess the same principles apply, but I don't really know my way round the OL object model.
thanks