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.

Signature
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --
> Can anyone help me with the following query.
>
[quoted text clipped - 10 lines]
>
> Please help!
UKHumanWizards - 30 May 2006 23:10 GMT
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 Wed, 3 May 2006 14:58:02 -0700 schrieb UKHumanWizards:
>
[quoted text clipped - 28 lines]
> >
> > Please help!
Michael Bauer - 31 May 2006 05:53 GMT
Am Tue, 30 May 2006 15:10:02 -0700 schrieb UKHumanWizards:
No. Please let the public participate in that discussion.

Signature
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --
> Michael,
>
[quoted text clipped - 37 lines]
>>>
>>> Please help!