SharingItem.BCC property (Outlook)

Returns a String representing the display list of blind carbon copy (BCC) names for a SharingItem. Read/write.

Syntax

expression. BCC

expression A variable that represents a SharingItem object.

Remarks

This property contains only the display names, delimited with semicolon (;) characters. The Recipients collection should be used to modify the BCC recipients.

Note

If the SharingItem uses an Exchange sharing context, then setting this property to any value other than Nothing prevents the item from being sent and causes the Send method to raise an error.

See also

SharingItem Object

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.