Sicos1977 / MSGReader

C# Outlook MSG file reader without the need for Outlook
http://sicos1977.github.io/MSGReader
MIT License
489 stars 168 forks source link

Image does not appear on html while extracting the msg file to particular folder. #380

Closed karmegams02 closed 11 months ago

karmegams02 commented 11 months ago

Hi @Sicos1977 , Currently we are facing issue with converting msg file to html for particular file. We have attached the sample with msg file to reproduce the reported issue on your end. the Please find the input and output screenshots below,

Reproduce steps: 1.Please download the sample by using below link.

  1. extract the downloaded zip folder.
  2. Run the sample
  3. You can find the extracted files
  4. Open and view the output html file

Input screenshot: image Output screenshot: image

Sample:https://www.syncfusion.com/downloads/support/directtrac/general/ze/MSG_to_HTML_Conversion977308970

Kindly check and share the solution.

Note: The output html file having wrong image path.

Sicos1977 commented 11 months ago

I does not work because this is a MSG file with a pure RTF content. MSGReader only supports either HTML or HTML encapsulated into RTF.

I don't know how you made this test file but something like this you wil never see in a production environment or you must have some very very old MSG files that are made on an very old Exchange server.

Sicos1977 commented 11 months ago

Nevermind... seemed a bug anyway... fixed in the latest release

karmegams02 commented 10 months ago

Nevermind... seemed a bug anyway... fixed in the latest release

Hi @Sicos1977 , Can you please share the details of the above-reported issue and when it will be available in your library?