<!--
{
  "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

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

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

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

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

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

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



---

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)