---
title: emailAddressFieldShouldBeDisplayed
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurantguestdisplaypreferences/emailaddressfieldshouldbedisplayed
---

# emailAddressFieldShouldBeDisplayed

A Boolean value indicating whether to display the guest’s email address.

## Declaration

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

## Discussion

Discussion The default value of this property is true, which displays the guest’s email address.

## See Also

### Specifying Which Fields to Display

- [nameFieldShouldBeDisplayed](intents/inrestaurantguestdisplaypreferences/namefieldshouldbedisplayed.md)
- [phoneNumberFieldShouldBeDisplayed](intents/inrestaurantguestdisplaypreferences/phonenumberfieldshouldbedisplayed.md)
