_TaskItem.StatusUpdateRecipients Property
Returns a semicolon-delimited String (string in C#) of display names for recipients who receive status updates for the task. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property StatusUpdateRecipients As String
Get
Set
'Usage
Dim instance As _TaskItem
Dim value As String
value = instance.StatusUpdateRecipients
instance.StatusUpdateRecipients = value
[DispIdAttribute()]
string StatusUpdateRecipients { get; set; }
Property Value
Type: System.String
Remarks
This property is calculated from the Recipients property. Recipients returned by the StatusUpdateRecipients property correspond to CC recipients in the Recipients collection.