Automatic Follow Up

  • Thread starter Thread starter Craig Corbett
  • Start date Start date
C

Craig Corbett

I am using Outlook 2000, is it possible to configure an
automatic re-send of a particular email if a reply has
not been sent within a specified period of time?

For example:

Say if I sent you an email and you did not reply within
an hour I would want the same email to be resent to you
again automatically.

Does anybody know how to do this?

Thanking you in advance for your help.
 
It's possible, but wouldn't necessarily work well. You'd need to monitor the
Inbox for new items (Items.ItemAdd event) and try to match them with the
original outgoing items in Sent Items (Items.Find method). It would probably
fail completely if items have the same subjects.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top