Hello,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
I'm using this code:
Dim vOutlookMsg As MapiMessage = MapiMessage.FromFile(IO.Path.GetTempPath() & pCorrID & ".msg")
vBodyRTF = vOutlookMsg.BodyRtf
But I always get after each paragraph one more paragraph as you can see in attached file Result.png. How to fix it that result would be exactly the same as in email’s body? Thank you for your response.