Create MSG file document to send over REST

0
Hi everyone, I need to create a .msg (email) file document within Mendix that I can then send to an internal resource via REST.  The REST part of it I am comfortable with, but I’m not even sure if I can create the .msg file type within Mendix.  Is this possible?   Thanks
asked
1 answers
1

Ben,

You’ll need some java code for this.

With the library found on github (https://github.com/ctabin/jotlmsg) it seems easy to create an .msg file.

Be sure to include all relevant jar files as this library relies on POI.

answered