<!--
{
  "availability" : [
    "macOS: 10.8.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "EventKit",
  "identifier" : "/documentation/EventKit/EKAlarm/emailAddress",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "EventKit"
    ],
    "preciseIdentifier" : "c:objc(cs)EKAlarm(py)emailAddress"
  },
  "title" : "emailAddress"
}
-->

# emailAddress

The recipient of an email to send when the alarm triggers.

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

## Discussion

Assigning this property a value will set the [`soundName`](/documentation/EventKit/EKAlarm/soundName) and [`url`](/documentation/EventKit/EKAlarm/url) properties to `nil`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)