updated task copies and status reports...

  • Thread starter Thread starter andyB
  • Start date Start date
A

andyB

when using the assign method with tasks I need to turn
off/on both the updated copy of task and status reports
using code on a per task basis.

ive been trawling through the object model and exchange
experts in the hopes of finding something akin to
setWarnings() in Access but nothing yet.

any pointers would be most appreciated as i know im being
dum!
 
You need to get the Recipients collection of the task item and clear the Cc
and Bcc recipients. Those are used for updates and status reports. This
would have to be done before sending out the task request.
 
Back
Top