How do I set up a repeating weekly email in outlook?

D

DDPARTIN1

I am trying to set up an email that is sent out every Thursday to serve as a
reminder with out having to repeat the process every week. Is there a way to
perform this action?
 
T

TechnicLee

I am trying to set up an email that is sent out every Thursday to serv
as a
reminder with out having to repeat the process every week. Is there way to
perform this action?



Outlook does not have a built-in means of doing this. There are tw
possible solutions.

1. Write a script that sends the message using VBScript. Schedule i
to run using Windows' built-in task scheduler. Outlook does not have t
be left running for the script to run. If you are using Outlook 2003 o
earlier, then there are security issues you'll have to deal with.

2. Write a script that sends the message using VBA. Create a secon
script that is triggered by an Outlook task reminder. This script call
the script that sends the message. Outlook will have to be left runnin
for this to work. As with the first option, if you are using Outloo
2003 or earlier, then there are security issues you'll have to deal wit
for this to work.
 

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

Top