_TaskItem.StatusUpdateRecipients 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 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.