_TaskItem.StatusOnCompletionRecipients Property
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.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Property StatusOnCompletionRecipients As String
Get
Set
'Usage
Dim instance As _TaskItem
Dim value As String
value = instance.StatusOnCompletionRecipients
instance.StatusOnCompletionRecipients = value
string StatusOnCompletionRecipients { get; set; }
Property Value
Type: System.String
Remarks
This property is calculated from the Recipients property. Recipients returned by the StatusOnCompletionRecipients property correspond to BCC recipients in the Recipients collection.