OfficeTask.CC property

Returns an array of user names or e-mail addresses included on the CC line of task process notification e-mail messages.

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property CC As ArrayList
    Get
    Set
'Usage
Dim instance As OfficeTask
Dim value As ArrayList

value = instance.CC

instance.CC = value
[ValidationOptionAttribute(ValidationOption.Required)]
public ArrayList CC { get; set; }

Property value

Type: System.Collections.ArrayList
Array may contain user names or e-mail addresses.

See also

Reference

OfficeTask class

OfficeTask members

Microsoft.Office.Workflow.Actions namespace