Microsoft VBO - Save Email - How to save as PDF?

jonnymop5

Member
Hello,
The Microsoft VBO Email - Save Email, saves the email as a .msg. If you change that code to a .pdf it saves but the file is corrupted. Has anyone been able to change the save email to save as a PDF?

Thanks,
Jon
 

Sachin_Kharmale

Active Member
Hi @jonnymop5 ,

You can not directly save .msg as pdf.
May be you required third party .Net .dll library to convert .msg file .pdf.
You can achieve above task by save email in html format and then convert to pdf
OR
First save email as .MSG format and then try to convert it as pdf.

ITextSharp library supports for above conversions.


I hope it will help you.
 
Top