_TaskItem.StatusOnCompletionRecipients Property

Definition

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.

Applies to