Automatic Response

S

SteveH

I have set up automatic reponses in Outlook. I may receive a number of
requests from the same email address in a single session. Each request is
distinquished by key words in the subject line. I also delete the income
email when I have replied. I'm stymied because of the single response for
email site per session. Is there way through VBA to overcome this
limitation. Can I some how reset the flag. or some how stop and restart
Outlook after each reply? There has got to be a way to get around it.

Thanks
 
K

Ken Slovak - [MVP - Outlook]

Are you talking about out of office replies? That setting is set on the
server. To avoid it don't turn on out of office and just handle everything
in code.
 
K

Ken Slovak - [MVP - Outlook]

Speak to your Exchange admins, only they can change those settings and they
would have to be changed on an organizational basis. So I doubt they'd
consider it. How it gets changed depends on what version of Exchange server
you're running.
 
S

SteveH

I'm not on a server. I'm using Outlook on my home machine and connect to
Hotmail for email. I'm interested in learning how to write a VBA app that
will answer these message and send the replies.
 
Top