Share via


EmailActivity.BCC Property

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

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property BCC As ArrayList
    Get
    Set
'Usage
Dim instance As EmailActivity
Dim value As ArrayList

value = instance.BCC

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

Property Value

Type: System.Collections.ArrayList
A list of user names or email addresses to receive blind copies.

See Also

Reference

EmailActivity Class

EmailActivity Members

Microsoft.SharePoint.WorkflowActions Namespace

Other Resources

Workflows in SharePoint Foundation

Workflow Activities for SharePoint Foundation

Workflow Development Tools Comparison

Workflow Development in SharePoint Designer