---
title: instantMessageAddresses
framework: contacts
role: symbol
role_heading: Instance Property
path: contacts/cncontact/instantmessageaddresses
---

# instantMessageAddresses

An array of labeled IM addresses for the contact.

## Declaration

```swift
var instantMessageAddresses: [CNLabeledValue<CNInstantMessageAddress>] { get }
```

## Discussion

Discussion This property is an array of CNLabeledValue objects, each of which has a label and a CNInstantMessageAddress value.

## See Also

### Getting Related Information

- [contactRelations](contacts/cncontact/contactrelations.md)
