Partager via


TaskItem.StatusOnCompletionRecipients Property (Outlook)

Returns or sets a semicolon-delimited String of display names for recipients who will receive status upon completion of the task. Read/write.

Syntax

expression .StatusOnCompletionRecipients

expression A variable that represents a TaskItem object.

Remarks

This property is calculated from the Recipients property. Recipients returned by the StatusOnCompletionRecipients property correspond to BCC recipients in the Recipients collection.

See Also

Concepts

TaskItem Object Members

TaskItem Object