Share via


_SharingItem.CC Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Property CC As String
    Get
    Set
'Usage
Dim instance As _SharingItem
Dim value As String

value = instance.CC

instance.CC = value
string CC { get; set; }

Property Value

Type: System.String

Remarks

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

NoteNote

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

Reference

_SharingItem Interface

_SharingItem Members

Microsoft.Office.Interop.Outlook Namespace