---
title: emailAddressEditable
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurantguestdisplaypreferences/emailaddresseditable
---

# emailAddressEditable

A Boolean value indicating whether the email address field is editable.

## Declaration

```swift
var emailAddressEditable: Bool { get set }
```

## Discussion

Discussion The default value of this property is true, which lets the current user change the email address assigned to a pending reservation.

## See Also

### Making the Guest Information Editable

- [nameEditable](intents/inrestaurantguestdisplaypreferences/nameeditable.md)
- [phoneNumberEditable](intents/inrestaurantguestdisplaypreferences/phonenumbereditable.md)
