<!--
{
  "availability" : [
    "iOS: 26.5.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TelephonyMessagingKit",
  "identifier" : "/documentation/TelephonyMessagingKit/RCSMessage/GeolocationPush/isEndToEndEncrypted",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "TelephonyMessagingKit"
    ],
    "preciseIdentifier" : "s:21TelephonyMessagingKit10RCSMessageV15GeolocationPushV07isEndToH9EncryptedSbvp"
  },
  "title" : "isEndToEndEncrypted"
}
-->

# isEndToEndEncrypted

A Boolean value indicating whether this message is end-to-end encrypted.

```
var isEndToEndEncrypted: Bool
```

## Discussion

For outgoing messages, this indicates whether to end-to-end encrypt the message before sending out.
If the service does not support end-to-end encryption, the operation will throw [`RCSService.Error.endToEndEncryptionNotSupported`](/documentation/TelephonyMessagingKit/RCSService/Error/endToEndEncryptionNotSupported).

For incoming messages, this indicates whether the message was end-to-end encrypted.

---

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)