Forum Discussion
Unable to extract mails saved in local folder
- 4 years ago
I don't think there is a straightforward way to do this. There's an idea related to this but it doesn't have many votes.
https://ideas.powerbi.com/ideas/idea/?ideaid=031df74f-f03e-454a-a6c8-c08b99503bd9
Theoretically, since an .msg file is basically a .zip file with various contents including the text of the body, you could decompress it and pick out the appropriate text. I tried but failed with this approach.
See ibarrau's and lbendlin's blog posts as well as artemus's comments:
https://community.powerbi.com/t5/Community-Blog/PowerQuery-Decompress-zip-Files/ba-p/1326035https://community.powerbi.com/t5/Community-Blog/Working-With-Zip-Files-in-Power-Query/ba-p/1190186
For the time being, you'll likely need to convert .msg files to a friendlier format before importing them into Power BI.
Thanks for the reply
Yeah, good luck with that.
How would you know that the higlighted file contains the raw message body?
and this is only for plain text messages. Pretty sure RTF and HTML formats are packed differently.