autoreply to read emails from folder w/template

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know for sure that this has been thought of, but not sure exactly how to go
about it.. I want to be able to take certain emails (that I have already
looked at and predetermined the ones I am looking for) and drop them into a
folder, by hand. Ok, nothing big so far, drag and drop. However, once I have
them in the folder I want some way for those emails in that particular folder
to be able to auto-reply to the sender, via a template registered for that
specific folder (or however else would be
done). Whether, this be done by hitting a button, such as a macro, or whether
it does it automatically, doesn't really matter. Thanks in advance to any
who might be able to help me here.
 
I would monitor the Item_Add event for the destination folder and call the
Reply method for the new Items to automatically create (and send) the
responses.
 
Back
Top