In Outlook Set New Task check box "Send me a status report When this task completed"

L

Luz

After I assign a task I need to check off the Send me a status report When
this task completed" How do I do this ? from VBA
 
K

Ken Slovak - [MVP - Outlook]

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.
 
L

Luz

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 ;-)
 
K

Ken Slovak - [MVP - Outlook]

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.
 
L

Luz

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
 
K

Ken Slovak - [MVP - Outlook]

As I said, remove the Bcc and Cc recipients from the item before it is
sent. That will prevent receiving updates and status reports.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top