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

# MEMessageSigner

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

```
class MEMessageSigner
```

## Topics

### Describing Message Signers

[`-  initWithEmailAddresses:signatureLabel:context:`](/documentation/MailKit/MEMessageSigner/init(emailAddresses:signatureLabel:context:))

Creates a new message signer object that contains the email addresses of the signers, a label, and context data.

[`emailAddresses`](/documentation/MailKit/MEMessageSigner/emailAddresses)

An array of email addresses associated with the signature.

[`label`](/documentation/MailKit/MEMessageSigner/label)

A string that the message’s headers use to display the message signer.

[`context`](/documentation/MailKit/MEMessageSigner/context)

Data related to the message signature, such as the signing certificate.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`NSCoding`](/documentation/Foundation/NSCoding)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`NSSecureCoding`](/documentation/Foundation/NSSecureCoding)

[`Hashable`](/documentation/Swift/Hashable)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)