Save Office 365 Mail Message as PDF Which Contains Image

Hi all - Can someone suggest a good way through which we can convert Office 365 Mail to pdf with inline images.

We tried various option like saving mail message to EML and then converting it to “PDF” but no luck.

The Office365Message class inherits the System.Net.Mail.MailMessage class, which means the Office365Message class inherits all of the same constructors, methods, and properties as MailMessage plus it has the constructors, methods, and properties that it owns as well.

@Dexterus

Did you try getting thw html body…saving the content and opening the file in browser and then print it?

Cheers