Generate .eml files directly from an OutSystems structure.
.eml
Support for From, To, Cc, and Bcc recipients.
Support for HTML email body.
Automatic plain-text body generation from HTML for email client compatibility.
Support for multiple file attachments.
Support for inline attachments (e.g., embedded images).
Ability to specify the Sent DateTime used in the email MIME headers.
Output returned as Binary Data for easy storage or download.
Compatible with storage systems such as SharePoint or document management platforms.
Built using the MimeKit .NET library for robust MIME message generation.
Attachments are passed as Binary Data.
If ContentType is not provided, it defaults to application/octet-stream.
ContentType
application/octet-stream