Discussion:
Reminder for Task Item.
(too old to reply)
Lothar Belle
2010-02-04 09:33:42 UTC
Permalink
Him
I am creating a spezific taskrequest formular.
The Due-Date was set outomatic by
Item.DueDate = Date + 14
How can i automatically activate the reminder option when the recipient
accept the Task

I used the folowing code:
Item.ReminderTime=Date + 14
Item.ReminderSet=True
But it doesn`t work.
When i send the Task i get a message which says
"the reminder is deaktivated because i mm not responsable for the task.
The reminder is also deaktivated by the recipient.

I need a possibillity to activate the reminder during the acception of the
task.

Thank you
Lothar
Ken Slovak - [MVP - Outlook]
2010-02-04 14:37:40 UTC
Permalink
You can't do what you want, as the message indicated. Once you send off a
task for assignment you can't add a reminder to it, the person who owns the
task now has to do that.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
Post by Lothar Belle
Him
I am creating a spezific taskrequest formular.
The Due-Date was set outomatic by
Item.DueDate = Date + 14
How can i automatically activate the reminder option when the recipient
accept the Task
Item.ReminderTime=Date + 14
Item.ReminderSet=True
But it doesn`t work.
When i send the Task i get a message which says
"the reminder is deaktivated because i mm not responsable for the task.
The reminder is also deaktivated by the recipient.
I need a possibillity to activate the reminder during the acception of the
task.
Thank you
Lothar
Lothar Belle
2010-02-04 15:12:34 UTC
Permalink
Thats my question:
is there a event which i can use to trigger the vb-code

Lothar Belle
Post by Ken Slovak - [MVP - Outlook]
You can't do what you want, as the message indicated. Once you send off a
task for assignment you can't add a reminder to it, the person who owns
the task now has to do that.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
Post by Lothar Belle
Him
I am creating a spezific taskrequest formular.
The Due-Date was set outomatic by
Item.DueDate = Date + 14
How can i automatically activate the reminder option when the recipient
accept the Task
Item.ReminderTime=Date + 14
Item.ReminderSet=True
But it doesn`t work.
When i send the Task i get a message which says
"the reminder is deaktivated because i mm not responsable for the task.
The reminder is also deaktivated by the recipient.
I need a possibillity to activate the reminder during the acception of
the task.
Thank you
Lothar
Ken Slovak - [MVP - Outlook]
2010-02-04 15:22:37 UTC
Permalink
You can't add a reminder to someone else's task, period. There is no event
for that because it cannot be done. It doesn't matter how many times you ask
the question, the answer will always be no.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
Post by Lothar Belle
is there a event which i can use to trigger the vb-code
Lothar Belle
JP
2010-02-08 16:27:39 UTC
Permalink
If you like, you can set up a duplicate task with the reminder set to
the same time. Keep it for yourself so you know when the assigned task
is due. But Ken is right; only the assignee can set the reminder for
the assigned task.

--JP
Post by Lothar Belle
Him
I am creating a spezific taskrequest formular.
The Due-Date was set outomatic by
        Item.DueDate = Date + 14
How can i automatically activate the reminder option when the recipient
accept the Task
    Item.ReminderTime=Date + 14
    Item.ReminderSet=True
But it doesn`t work.
When i send the Task i get a message which says
  "the reminder is deaktivated because i mm not responsable for the task.
The reminder is also deaktivated by the recipient.
I need a possibillity to activate the reminder during the acception of the
task.
Thank you
Lothar
Loading...