cancel
Showing results for 
Search instead for 
Did you mean: 

How to extract attachments from .msg file without outlook?

Does anyone know, how to extract attachments from .msg file without outlook?

Thanks in advance.

------------------------------
If I was of assistance, please vote for it to be the "Best Answer".

Thanks & Regards,
Tejaskumar Darji
Sr. Consultant-Technical Lead
------------------------------
1 BEST ANSWER

Helpful Answers

ewilson
Staff
Staff
Hi @Tejaskumar_Darji,

There are a couple ways you could do this. There are various freeware .MSG file viewers available online. You could always download one of those and then automate it with Application Modeller. Alternatively, there​ are some libraries available that could be used from a Code stage to open and extract the contents of a .MSG file too. Once such example is:

https://github.com/Sicos1977/MSGReader

Cheers,

------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

View answer in original post

2 REPLIES 2

ewilson
Staff
Staff
Hi @Tejaskumar_Darji,

There are a couple ways you could do this. There are various freeware .MSG file viewers available online. You could always download one of those and then automate it with Application Modeller. Alternatively, there​ are some libraries available that could be used from a Code stage to open and extract the contents of a .MSG file too. Once such example is:

https://github.com/Sicos1977/MSGReader

Cheers,

------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

Michael_S
Community Team
Community Team

Hi all, locking this post as it has become a target for spam bots. If you have the same question and need additional information, please start a new discussion. 

Thank you for the answer @ewilson !