<!--
{
  "availability" : [
    "macOS: 12.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MailKit",
  "identifier" : "/documentation/MailKit/MEMessage/ccAddresses",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "MailKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MEMessage(py)ccAddresses"
  },
  "title" : "ccAddresses"
}
-->

# ccAddresses

An array of email addresses for the secondary recipients of the message.

```
var ccAddresses: [MEEmailAddress] { get }
```

## Discussion

This property corresponds to the Cc header in the message.

The entries in the array specify the email addresses only, and don’t include any additional text. For example, if the Cc header in the message includes `Maria Ruiz <mruiz2@icloud.com>`, the array contains `mruiz2@icloud.com`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)