---
title: MEAddressAnnotation
framework: mailkit
role: symbol
role_heading: Class
path: mailkit/meaddressannotation
---

# MEAddressAnnotation

An object that indicates the validity of an email address.

## Declaration

```swift
class MEAddressAnnotation
```

## Overview

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:)](mailkit/meaddressannotation/success(withlocalizeddescription:).md)
- [warning(withLocalizedDescription:)](mailkit/meaddressannotation/warning(withlocalizeddescription:).md)
- [error(withLocalizedDescription:)](mailkit/meaddressannotation/error(withlocalizeddescription:).md)

### Initializers

- [init(coder:)](mailkit/meaddressannotation/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

### Annotating Email Address Tokens

- [annotateAddressesForSession(_:completion:)](mailkit/mecomposesessionhandler/annotateaddressesforsession(_:completion:).md)
