<!--
{
  "availability" : [
    "macOS: 12.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MailKit",
  "identifier" : "/documentation/MailKit/MEAddressAnnotation",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "MailKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MEAddressAnnotation"
  },
  "title" : "MEAddressAnnotation"
}
-->

# MEAddressAnnotation

An object that indicates the validity of an email address.

```
class MEAddressAnnotation
```

## Overview

Mail displays the status of an annotation as part of the address tokens in the To, Cc, and Bcc fields using a status icon and color.

## Topics

### Specifying Email Address Validity

[`success(withLocalizedDescription:)`](/documentation/MailKit/MEAddressAnnotation/success(withLocalizedDescription:))

Indicates an address is valid and correct.

[`warning(withLocalizedDescription:)`](/documentation/MailKit/MEAddressAnnotation/warning(withLocalizedDescription:))

Indicates an address may be invalid or needs attention.

[`error(withLocalizedDescription:)`](/documentation/MailKit/MEAddressAnnotation/error(withLocalizedDescription:))

Indicates an address is invalid and may result in failure to deliver a 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)