Anyone has any idea on how to save an email to a file readable by outlook instead of sending it?
You can create .eml file which can be opened in Outlook with the Microsoft Outlook node. Create a draft message with your content, and download the message’s MIME Content with the draft’s ID.
I dont seem to have an “Microsoft Outlook” node, Where can i find it?
It was release in the last version
Another way to do that is building the EML file manually (or using an external library such as https://www.npmjs.com/package/eml-format) with a Function node.
EML structure is very simple, so if you don’t have to attach files or use multiple content-types, it’s easy to build:
To: Recipient <email@address.local>
Subject: Email Subject
From: Sender <email@address.local>
Content-Type: text/plain; charset=utf-8
Message Body
Sim, você pode salvar um email como arquivo MSG em vez de enviá-lo. O Microsoft Outlook permite que você salve o email de rascunho em formato .msg usando a opção Salvar Como, criando uma cópia local sem enviar a mensagem.
Se você precisar salvar vários emails como arquivos MSG, o RecoveryTools Email Backup Wizard oferece uma solução mais rápida. Ele permite que você exporte emails em lote para o formato MSG, preservando anexos, formatação, metadados e estrutura de pastas.