MailMessage.CC Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
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. |