Gets the list of addresses of others who are to receive the message.
            
    Namespace: 
   Rebex.Mail
    Assembly:
   Rebex.Mail (in Rebex.Mail.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Property CC As MailAddressCollection Get Set | 
| C# | 
|---|
| public MailAddressCollection CC { get; set; } | 
 
     
     
     
     
    