<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: -",
    "macOS: 15.0.0 -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppIntents",
  "identifier" : "/documentation/AppIntents/AppSchema/MailIntent",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "App Intents",
      "AppIntents"
    ],
    "preciseIdentifier" : "s:10AppIntents0A6SchemaV10MailIntentP"
  },
  "title" : "AppSchema.MailIntent"
}
-->

# AppSchema.MailIntent

Identifies intent schemas in the mail domain.

```
protocol MailIntent : AppSchema.Kind
```

## Topics

### Instance Properties

[`var archiveMail: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/MailIntent/archiveMail)

An intent schema that archives one or more email messages.

[`var createDraft: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/MailIntent/createDraft)

An intent schema that opens an email composer to draft an email.

[`var deleteDraft: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/MailIntent/deleteDraft)

An intent schema that deletes one or more email drafts.

[`var deleteMail: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/MailIntent/deleteMail)

An intent schema that deletes one or more email messages.

[`var forwardMail: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/MailIntent/forwardMail)

An intent schema that opens an email composer to forward an email.

[`var openDraft: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/MailIntent/openDraft)

An intent schema that opens an email draft.

[`var openMessage: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/MailIntent/openMessage)

An intent schema that opens an email message.

[`var replyMail: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/MailIntent/replyMail)

An intent schema that opens an email composer to reply to an email.

[`var saveDraft: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/MailIntent/saveDraft)

An intent schema that saves an email draft.

[`var sendDraft: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/MailIntent/sendDraft)

An intent schema that sends an email draft or schedules it to be sent later.

[`var updateDraft: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/MailIntent/updateDraft)

An intent schema that makes updates to an email draft.

[`var updateMail: some AppSchemaIntent`](/documentation/AppIntents/AppSchema/MailIntent/updateMail)

An intent schema that makes updates to one or more existing email messages by modifying the status, flags, and location.

## Relationships

### Inherits From

[`Kind`](/documentation/AppIntents/AppSchema/Kind)

### Conforming Types

[`Intent`](/documentation/AppIntents/AppSchema/Intent)

---

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)