This works great, it allows me to apply html formatting in the email which gives great flexibility in the email itself.
However, I now want to attatch a document to my email which first needs to be created from the data in the extension.
Hope you guys can give some input. Below are 2 questions.
Am I able to load data into my extension and then write it to disk in a file format (whithout prompting the user), so that I later can grab the file I created? (Does Javascript allow me to do this?)
Am I able to create an in memory file, and create a download link so that outlook can refer to that url?