View Single Post
  #3  
Old May 31st 06, 12:10 AM posted to microsoft.public.outlook.program_vba
UKHumanWizards
external usenet poster
 
Posts: 2
Default Outlook Recurring Message

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

"Michael Bauer" wrote:

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?...0&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.


--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.vbOffice.net --


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!


Ads