MEOutgoingMessageEncodingStatus
An object that contains information about security measures the user can apply when composing a message.
Declaration
class MEOutgoingMessageEncodingStatusOverview
As a user composes a new message, MailKit requests the encoding status from your message security handler. The handler provides an MEOutgoingMessageEncodingStatus that contains:
Boolean values that indicate if the handler can sign or encrypt the message
An error if verifying the security status fails
An array of recipient addresses for which the handler can’t encrypt the message
Topics
Providing Encoding Status
init(canSign:canEncrypt:securityError:addressesFailingEncryption:)canSigncanEncryptsecurityErroraddressesFailingEncryption