Sicos1977 / MSGReader

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

Hotfix: Fixed parse error on outlook exchange sender address #280

Closed tq-seidel closed 2 years ago

tq-seidel commented 2 years ago

If u try to parse an exchange server transmitted msg, so the sender email wasn't parsed correctly. There are two signs of "\u0001" in the sender string.

So i implemented another try to get the sender email.

br.

tq-seidel commented 2 years ago

Close because of wrong formating and uncommented lines..