---
title: MEMessageSigner
framework: mailkit
role: symbol
role_heading: Class
path: mailkit/memessagesigner
---

# MEMessageSigner

An object that contains details about the person who signed a message.

## Declaration

```swift
class MEMessageSigner
```

## Topics

### Describing Message Signers

- [init(emailAddresses:signatureLabel:context:)](mailkit/memessagesigner/init(emailaddresses:signaturelabel:context:).md)
- [emailAddresses](mailkit/memessagesigner/emailaddresses.md)
- [label](mailkit/memessagesigner/label.md)
- [context](mailkit/memessagesigner/context.md)

### Initializers

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

### Decrypting Messages and Verifying Signatures

- [MEMessageDecoder](mailkit/memessagedecoder.md)
- [MEDecodedMessage](mailkit/medecodedmessage.md)
- [MEMessageSecurityInformation](mailkit/memessagesecurityinformation.md)
