Outlook Recurring Message

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

Guest

Can anyone help me with the following query.

I need to write a piece of code that will allow me to carry out the
following function or is there something already out there?

I want to e-mail a defined group of contacts a simple message: "It's time to
Upload your scanner now please.", and need it to be recurring at 15-minutes
past the hour between 06:00 and 20:00 hours.

I am sure that it must be achievable because the IMP.Task form that already
exists, but that only allows for a recurrence to be set on a daily basis and
I can't work out how to change the frequency.

Please help!
 
Am Wed, 3 May 2006 14:58:02 -0700 schrieb UKHumanWizards:

You can use the Task reminder. When it fires check if it´s the time you want
to and move the reminder time forward for one hour.

Here´s a sample in German btu the code should be clear:
http://www.vboffice.net/sample.html?mnu=2&smp=10&cmd=showitem

It uses the DateAdd function to move the reminder for one day. With

DateAdd("h", 1, oTask.ReminderTime)

you get the next hour.
 
Michael,

Thank-you for the guidance. I have just embedded this evening and will test
tomorrow. If I have any further queries may I drop you an e-mail?

Regards,

Rick
 
Am Tue, 30 May 2006 15:10:02 -0700 schrieb UKHumanWizards:

No. Please let the public participate in that discussion.
 
Back
Top