![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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! |
#2
|
|||
|
|||
![]()
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! |
#3
|
|||
|
|||
![]()
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! |
#4
|
|||
|
|||
![]()
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! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
recurring error message - sending emails | nospam | Outlook - General Queries | 2 | March 20th 06 05:08 AM |
Error Message Recurrences for non-recurring meetings | Tim | Outlook - Calandaring | 0 | March 7th 06 09:37 PM |
Recurring appointment/events linked to other recurring appointment | uaewhitey | Outlook - Calandaring | 0 | February 2nd 06 08:55 PM |
Recurring Appointments through Outlook 2003 | Austin | Outlook - Calandaring | 0 | February 1st 06 11:35 PM |
error message when opening recurring appointment | paul | Outlook - Calandaring | 1 | January 11th 06 03:30 PM |