auto reply when an email is moved to a specific folder

K

kobi

i am searching for a way to make outlook 2010 send a reply to an email
that enters a specific folder. to be more specific, i need a few folders
that sends auto reply when an email is being moved to them (each folder
with its own reply). any ideas?
 
K

Ken Slovak

You can handle the ItemAdd() event on the Items collection of any folder you
are interested in. As items are added to that folder you can see if the item
is something you want to create a reply to.
 
Top