_TaskItem.StatusOnCompletionRecipients Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a semicolon-delimited String (string in C#) of display names for recipients who will receive status upon completion of the task. Read/write.
public:
property System::String ^ StatusOnCompletionRecipients { System::String ^ get(); void set(System::String ^ value); };
public string StatusOnCompletionRecipients { get; set; }
Public Property StatusOnCompletionRecipients As String
Property Value
Remarks
This property is calculated from the Recipients property. Recipients returned by the StatusOnCompletionRecipients property correspond to BCC recipients in the Recipients collection.