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.