BlindCarbonCopy property
Represents the blind carbon copy ("BCC") recipients of an email sent through an email report button. There must also be primary recipients, meaning that the Recipients property must return at least one recipient. Blind carbon copy recipients are invisible to all other recipients.
Use the Recipients and CarbonCopy properties to send the report to email addresses which are visible to the other recipients.
This text string must consist of one or several email addresses. Multiple addresses may be separated by spaces, commas or semicolons. In formulas, use & to join text strings together. Use the TEXTJOIN function to convert an array of text strings to a text string suitable for use with this property.
Examples
Sets the blind carbon copy recipients of an email report button to two addresses: "office@example.com" and to the value held by the field EmailAddress.
Sets the blind carbon copy recipients of an email report button to the email addresses entered in the text fields EmailField1, EmailField30 and any text fields that appear between them, such as EmailField2. The second parameter to TEXTJOIN, TRUE, ensures that blank values are ignored.