TaskItem.StatusUpdateRecipients Property

Outlook Developer Reference

Returns a semicolon-delimited String of display names for recipients who receive status updates for the task. Read-write.

Syntax

expression.StatusUpdateRecipients

expression   A variable that represents a TaskItem object.

Remarks

This property is calculated from the Recipients property. Recipients returned by the StatusUpdateRecipients property correspond to CC recipients in the Recipients collection.

See Also