Share via


SharingItem.BCC Property

Outlook Developer Reference

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

Version Information
 Version Added:  Outlook 2007

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.

Bb176200.vs_note(en-us,office.12).gif  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