Sicos1977 / MSGReader

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

Error: Unsupported message type for .msg and eml files #365

Closed SonalRana closed 1 year ago

SonalRana commented 1 year ago

Describe the bug Some of the .msg and .eml files shows unsupported message type error.

To Reproduce Steps to reproduce the behavior:

  1. Attaching 2 msg files
  2. Using MsgReader version 5.2.4.0 - Process these files
  3. See error: Unsupported message type for .msg and eml files

Expected behavior Should process these files without any error. Sample.zip

Notes: I tried version MsgReader 5.2.4.0 and the latest on 5.4.3.0 and both had Unsupported message type error.

Sicos1977 commented 1 year ago

I'll have to look into the file to figure out what kind of type it is. I'll try to make a fix this weekend.

Sicos1977 commented 1 year ago

Okey seems to be a IPM.SkypeTeams.Message type.

SonalRana commented 1 year ago

@Sicos1977 - Hello Kees, can I expect a fix by this week on this issue? Thanks again for your attention.

Sicos1977 commented 1 year ago

Sorry I totally forgot about this issue because I was busy with placing solar panels on my roof this weekend. There should be a new nuget package 5.4.4 that has support for your message type.