You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2024. It is now read-only.
I'm using to pull emails out of a pst file and save them as PDF files.
The problem I have is that the HTML that a lot of email clients generate is junk, and this gives me problems using a converter to create a PDF. I would like to try pulling out the RTF for the message body, but this is always null.
I tried using the Message.BodyCompressedRTF property in the master and the Message.BodyCompressedRTFString property in Sharpiro's fork, but both were always null.
Hello,
I'm using to pull emails out of a pst file and save them as PDF files.
The problem I have is that the HTML that a lot of email clients generate is junk, and this gives me problems using a converter to create a PDF. I would like to try pulling out the RTF for the message body, but this is always null.
I tried using the
Message.BodyCompressedRTFproperty in the master and theMessage.BodyCompressedRTFStringproperty in Sharpiro's fork, but both were always null.Anyone any ideas? Thanks