EmailMessage.Cc Property

The Cc property gets the secondary recipients of the message.

Namespace:  Microsoft.Exchange.Data.Transport.Email
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public ReadOnly Property Cc As EmailRecipientCollection
    Get
'Usage
Dim instance As EmailMessage
Dim value As EmailRecipientCollection

value = instance.Cc
public EmailRecipientCollection Cc { get; }