---
title: emailAddress
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inrestaurantguest/emailaddress
---

# emailAddress

The email address to use when contacting the user about reservations.

## Declaration

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

## Discussion

Discussion Make sure you format the string in this property in order to properly display it to the user. When actually booking the reservation, you can also pass the information to the restaurant that receives the booking, so that it has a way of contacting the user if they need to change the reservation later.

## See Also

### Accessing the Guest Information

- [phoneNumber](intents/inrestaurantguest/phonenumber.md)
