OfficeTask.CCList property

A string form of the CC property in the format of Microsoft.Office.Workflow.Utility.Contact XML

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

Syntax

'Declaration
Public ReadOnly Property CCList As String
    Get
'Usage
Dim instance As OfficeTask
Dim value As String

value = instance.CCList
public string CCList { get; }

Property value

Type: System.String
Returns String.

See also

Reference

OfficeTask class

OfficeTask members

Microsoft.Office.Workflow.Actions namespace