SendEmail.CC Property
Gets or sets the recipients to carbon-copy (CC) on the e-mail message.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property CC As String
Get
Set
'Usage
Dim instance As SendEmail
Dim value As String
value = instance.CC
instance.CC = value
[ValidationOptionAttribute(ValidationOption.Optional)]
public string CC { get; set; }
Property Value
Type: System.String
A string that contains a delimited list of CC recipients.
See Also
Reference
Microsoft.SharePoint.WorkflowActions Namespace