MailMessage.CC Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9313)
CC
Gets the list of addresses of others who are to receive the message.
Declaration
public MailAddressCollection CC { get; set; }
Property Value
| Type | Description | 
|---|---|
| MailAddressCollection | The list of other recipients.  |