SharingItem.CC Property (Outlook)

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

Version Information

Version Added: Outlook 2007

Syntax

expression .CC

expression A variable that represents a SharingItem object.

Remarks

This property contains only the display names, delimited by semicolon (;) characters. The Recipients collection should be used to modify the CC 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 Members

SharingItem Object