Releases: Sicos1977/MsgKit
Releases · Sicos1977/MsgKit
Version 2.5.2
- Added extra check for inline images
- Upgraded some code
- Remove unused method
- Updated nuget packages to latest versions
- Dropped support for C# 4.5, minimal needed C# Framework version is now 4.6.2
Version 2.5.1
- Check if the content id is not null when converting an EML to MSG format
Version 2.5.0
- Updated nuget package
- Target framework upgraded to .net 4.5.2 because 4.5 is end of life
- Fixed issue where the IconIndex got overwritten when the msg file was saved as draft
- Added support for Outlook contact cards
Version 2.4.2
- Add an index to an attachment with the same name when converting eml to msg
- Fix null reference error when disposing the Email object
- Fix error when using the AddLink attachments method
- Fix issue where custom headers get duplicated when using the SetHeaderValue method
Version 2.4.1
- Nuget packages and code upgraded
Version 2.3.0
- Fixes an issue where the e-mail body was set to text mode when the e-mail was created in draft mode
Version 2.2.0
- Fixes an issue where the appointment was set as an e-mail type
Version 2.1.0
- MsgKit is signed again
Version 2.0
- Target .NET 4.5 and .NETSTANDARD 2.0
Version 1.2.7
- Added IDisposable interface to Email class
- Fix multithreading issue with rtf compression and renamed TransportMessageHeadersString property to TransportMessageHeadersText
- Removed static from RtfCompressor class to fix multithreading issues where the RTF gets corrupted