Kees

Results 9 issues of Kees

Latest version. See the screenshot... because of this I'm getting this error ![image](https://user-images.githubusercontent.com/6692947/191237337-c7388870-2aec-4fbe-ba20-5d33b1077add.png) Could not load file or assembly 'MailKit, Version=3.4.1.0, Culture=neutral, PublicKeyToken=4e064fe7c44a8f1b' or one of its dependencies. The located...

bug

I use the latest version from nuget (not a beta version). When sanitizing the attached HTML it does not remove the comment that is between the javascript tags but for...

I just came accross your library... if you want to have some more file signatues --> https://github.com/Sicos1977/MSGReader/blob/master/MsgReaderCore/Helpers/FileTypeSelector.cs Feel free to use them

https://github.com/Sicos1977/MSGReader/blob/master/MsgReaderCore/Helpers/FileTypeSelector.cs

enhancement
good first issue

I tried to replace an Analyzer on the fly like this.... but that raises an exception that it is not supported... any workaround that will make it work? I'm trying...

When I run my project in visual studio 2022 I have no problems but when deployed on IIS on a Windows 2019 server something failes to load. Does somebody know...

```c# private static readonly IDictionary CombinedStatusCodes = new Dictionary { { 00, "Not Applicable" }, { 10, "Other address status" }, { 11, "Bad destination mailbox address" }, { 12,...

@Sicos1977 Our scenario is still not working. We have an email in msg format which contains greek characters in the body. We are retrieving the body through the BodyHtml property...