Look in the Object Browser for the StatusUpdateRecipients and
StatusOnCompletionRecipients string properties. Those strings are set
from the contents of the Recipients collection from the Bcc and Cc
recipients. You need to add recipients as needed and set them as Bcc
and/or Cc to set the checkboxes for status updates and notification
when the task is completed.
Thanx but it will not do the job. StatusUpdateRecipients
StatusOnCompletionRecipients shows the CC and BCC of a task ( They R read
only ). The check boxs on the screen prevent the the sender to hold a copy
of the send task. I need to do this action ;-)
As I said, those read-only strings are set from the Bcc and Cc
recipients of the task item. To add people to those string properties
add them to the Recipients collection of the Task, setting Bcc or Cc
as appropriate. To remove them from the string properties remove them
from the Recipients collection.
Yes U R write but it does not solve the issue ;-( . When I create
taskassigment manualy I can prevent the task to send me back a "Task
complite" Message when ever the recipent mark the task as complited. The
Question how do I make this with Automation ? ;-) Thanx