---
title: INMessageAttributeOptions
framework: intents
role: symbol
role_heading: Structure
path: intents/inmessageattributeoptions
---

# INMessageAttributeOptions

Constants that indicate a message search filter.

## Declaration

```swift
struct INMessageAttributeOptions
```

## Topics

### Constants

- [read](intents/inmessageattributeoptions/read.md)
- [unread](intents/inmessageattributeoptions/unread.md)
- [flagged](intents/inmessageattributeoptions/flagged.md)
- [unflagged](intents/inmessageattributeoptions/unflagged.md)
- [played](intents/inmessageattributeoptions/played.md)

### Initializers

- [init(rawValue:)](intents/inmessageattributeoptions/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Managing Message Information

- [INMessage](intents/inmessage.md)
- [INMessageAttribute](intents/inmessageattribute.md)
- [INPerson](intents/inperson.md)
