SharingItem.BCC Property (Outlook)

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.

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

Concepts

SharingItem Object

SharingItem Object Members