![]() |
Outlook Recurring Message
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! |
Outlook Recurring Message
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! |
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! |
Outlook Recurring Message
Am Tue, 30 May 2006 15:10:02 -0700 schrieb UKHumanWizards:
No. Please let the public participate in that discussion. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook -- www.vbOffice.net -- 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! |
All times are GMT +1. The time now is 09:20 AM. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com