I cant use MimeKit and MailKit directly for now if you will available sometime in the future to take a quick look its will be very helpful Thanks for your time Dolev
Hi I'm install version 0.18.5 with Nuget I using "Sasa.Net.Mail.Message.Parse" to parse an email , and the Hebrew letters at mailMessage.Body is display as questions mark. The Email file is attach This is the code: String file = @"D:\mailFile"; String email = File.ReadAllText(file); // The Hebrew converting to "email" parameter is success System.Net.Mail.MailMessage mailMessage = Sasa.Net.Mail.Message.Parse(email, Sasa.Net.Mail.MailParseOptions.ParseHtmlBody); // The Hebrew converting to "mailMessage.Body"...
The same with Sasa v0.17.1 In the computer that parse ok i have install also .net...
I try to parse an email with attachment that contain 'Unknown' value at transfer...
I try to parse an email with attachment that contain 'Unknown' value at transfer...
I over looked the mim.dll I install it and its working great Thanks for all the ...
Hi Thanks for the quick help I downloaded version 0.17.0.1 from Nuget and installed...
We get the following exception when we parse an email where the content-type has...