<!--
{
  "availability" : [
    "macOS: 12.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MailKit",
  "identifier" : "/documentation/MailKit/MEMessageState",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "MailKit"
    ],
    "preciseIdentifier" : "c:@E@MEMessageState"
  },
  "title" : "MEMessageState"
}
-->

# MEMessageState

The state of a message: sent, unsent, or received.

```
enum MEMessageState
```

## Topics

### Determining Message State

[`MEMessageStateDraft`](/documentation/MailKit/MEMessageState/draft)

A state that indicates the user is composing the message, and hasn’t sent it yet.

[`MEMessageStateReceived`](/documentation/MailKit/MEMessageState/received)

A state that indicates the system has received and stored the message.

[`MEMessageStateSending`](/documentation/MailKit/MEMessageState/sending)

A state that indicates the system is in the process of sending the message.

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

---

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)