Gets the addresses of others who are to receive this email message ('CC', Carbon Copy header), even tough the content of the message may not be directed at them.
In this collection you can find MailBox which represent single mailbox, or MailGroup which represents group of email addresses.
This collection can be modified. May be empty.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
IList<MailAddress> Cc { get; } |
| Visual Basic |
|---|
ReadOnly Property Cc As IList(Of MailAddress) Get |
| Visual C++ |
|---|
property IList<MailAddress^>^ Cc { IList<MailAddress^>^ get (); } |