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

# instantMessageAddresses

An array of labeled IM addresses for the contact.

## Declaration

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

## Discussion

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

## See Also

### Relating Other Information to the Contact

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