StatusUpdateRecipients Property

Microsoft Outlook Visual Basic

Returns a semicolon-delimited String of display names for recipients who receive status updates for the task. This property is calculated from the Recipients property. Recipients returned by the StatusUpdateRecipients property correspond to CC recipients in the Recipients collection. Read-only.

expression.StatusUpdateRecipients

expression     Required. An expression that returns a TaskItem object.