Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Managing MIME messages | Overview of MIME and S/MIME Messages | The MIME and S/MIME Services | Services Used to Construct MIME and S/MIME Messages
 
Services Used to Construct MIME and S/MIME Messages
The following table lists services that you use to create MIME messages and optionally secure them using a digital signature and/or encryption. For information about how you use these services to create various kinds of MIME messages, see Building MIME and S/MIME Messages.
Service
Description
createMimeData
Creates an empty MIME object, which you use to compose a MIME message.
addMimeHeader
Adds one or more header fields to a MIME object.
addBodyPart
Adds a body part (headers and content) to a specified MIME object.
getEnvelopeStream
Generates a MIME message from a MIME object.
createSignedData
Digitally signs a MIME message.
createEncryptedData
Encrypts a MIME message.
createSignedAndEncryptedData
Digitally signs a MIME message and then encrypts it.