_TaskItem.StatusUpdateRecipients Property

Definition

Returns a semicolon-delimited String (string in C#) of display names for recipients who receive status updates for the task. Read/write.

public:
 property System::String ^ StatusUpdateRecipients { System::String ^ get(); void set(System::String ^ value); };
public string StatusUpdateRecipients { get; set; }
Public Property StatusUpdateRecipients As String

Property Value

Remarks

This property is calculated from the Recipients property. Recipients returned by the StatusUpdateRecipients property correspond to CC recipients in the Recipients collection.

Applies to