---
title: phoneOrEmailAddress
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpmessagelistitem/phoneoremailaddress
---

# phoneOrEmailAddress

The contact’s phone number or email address.

## Declaration

```swift
var phoneOrEmailAddress: String? { get set }
```

## Discussion

Discussion When the user selects the list item, Siri launches the message compose flow and uses this property’s value as the recipient’s contact information.

## See Also

### Managing the Message Context

- [conversationIdentifier](carplay/cpmessagelistitem/conversationidentifier.md)
