---
title: MEMessageActionDecision
framework: mailkit
role: symbol
role_heading: Class
path: mailkit/memessageactiondecision
---

# MEMessageActionDecision

The action that the system performs on a message, or a request to ask the action handler again later when the message content is available.

## Declaration

```swift
class MEMessageActionDecision
```

## Topics

### Determining Actions to Perform on Messages

- [invokeAgainWithBody](mailkit/memessageactiondecision/invokeagainwithbody.md)

### Type Methods

- [action(_:)](mailkit/memessageactiondecision/action(_:).md)
- [actions(_:)](mailkit/memessageactiondecision/actions(_:).md)

### Initializers

- [init(coder:)](mailkit/memessageactiondecision/init(coder:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Performing Actions on Messages

- [decideAction(for:completionHandler:)](mailkit/memessageactionhandler/decideaction(for:completionhandler:).md)
- [MEMessageAction](mailkit/memessageaction.md)
- [MEMessageAction.MessageColor](mailkit/memessageaction/messagecolor.md)
