_MailItem.CC Property

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

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

Syntax

'Declaration
<DispIdAttribute()> _
Property CC As String
    Get
    Set
'Usage
Dim instance As _MailItem
Dim value As String

value = instance.CC

instance.CC = value
[DispIdAttribute()]
string CC { get; set; }

Property Value

Type: System.String

Remarks

This property contains the display names only. The Recipients collection should be used to modify the CC recipients.

See Also

Reference

_MailItem Interface

_MailItem Members

Microsoft.Office.Interop.Outlook Namespace