Email.BCC property

Gets or sets the user names or email addresses that represent the blind 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 BCC As InArgument(Of Collection(Of String))
    Get
    Set
'Usage
Dim instance As Email
Dim value As InArgument(Of Collection(Of String))

value = instance.BCC

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

Property value

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

See also

Reference

Email class

Email members

Microsoft.SharePoint.WorkflowServices.Activities namespace