Share via


Email.CC property

Gets or sets the user names or email addresses that represent the carbon-copied recipients of the email message.

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
Public Property CC As InArgument(Of Collection(Of String))
    Get
    Set
'Usage
Dim instance As Email
Dim value As InArgument(Of Collection(Of String))

value = instance.CC

instance.CC = value
public InArgument<Collection<string>> CC { get; set; }

Property value

Type: System.Activities.InArgument<Collection<String>>

See also

Reference

Email class

Email members

Microsoft.SharePoint.WorkflowServices.Activities namespace