EmailMessage.CC Property

Definition

Gets the recipients CC'd to the email message.

public:
 property IVector<EmailRecipient ^> ^ CC { IVector<EmailRecipient ^> ^ get(); };
IVector<EmailRecipient> CC();
public IList<EmailRecipient> CC { get; }
var iVector = emailMessage.cC;
Public ReadOnly Property CC As IList(Of EmailRecipient)

Property Value

The recipients CC'd to the email message.

Windows requirements

App capabilities
email emailSystem

Applies to