EmailMergeEnvelope.Bcc property (Publisher)

Gets or sets a semicolon-delimited list of email addresses that receive a blind carbon copy (BCC) of the email message. Read/write.

Syntax

expression.Bcc

expression A variable that represents an EmailMergeEnvelope object.

Return value

String

Remarks

Set the Bcc property to a string of email addresses separated by semicolons, as shown in the following example.

 MailMerge.EmailMergeEnvelope.Bcc = "name1@address1;name2@address2;name3@address3;..."

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.