Releases: Sicos1977/MSGReader
Releases · Sicos1977/MSGReader
Version 5.7.0
Version 5.6.6
- Updated nuget packages
- Added support for time formats like 15.45.23
Version 5.6.5
- Updated nuget packages
Version 5.6.3
- Updated nuget packages
- Added option to leave a storage stream open when processing an MSG file
Version 5.6.2
- Fix issue with invalid header dates that result in a DateTimeOffset error (issue #411)
Version 5.6.1
- Updated nuget package
- Fixed issue where the property MessageLocalId did throw and exception in some special cases
- Fixed detection logic for html and text body parts in EML messages
Version 5.6.0
- Updated nuget package
- Changed all DateTime properties to DateTimeOffset
*** WARNING THIS VERSION BREAKS YOUR CODE IF YOUR VERSION IS LOWER THAN 5.6.0 ***
*** USE DateTimeOffset.ToLocalTime() to get local times again !!! ***
Version 5.5.9
- Fixed encoding issue with HTML embedded in RTF on .NET8
- Added TimeZone property
Version 5.5.8
- Use the message codepage to decode mapi properties that are stored as PT_STRING8
- Added IconIndex property
Version 5.5.7
- Favor Content Type Name property above FileName property for the name of the attachment