Contents

encodedMessage

A signed or encrypted message, if the message security handler needs to encode the message.

Declaration

@NSCopying var encodedMessage: MEEncodedOutgoingMessage? { get }

Discussion

If the message security handler doesn’t need to apply security measures to the outgoing message, the value of this property is nil.

See Also

Providing an Encoding Result