TaskItem.StatusOnCompletionRecipients Property
Outlook Developer Reference |
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