in my application I am using GemBox.Bundle version 47.0.1024 to convert mails to images.
Within my workflow I load the mail body into an HTML document and this step throws a NullReferenceException when being executed with specific mails (file format is eml).
My application code:
var message = MailMessage.Load(filepath);
var document = new DocumentModel();
document.Content.End.LoadText(message.BodyHtml, LoadOptions.HtmlDefault);
Is this behaviour fixed with the new GemBox.Bundle version 47.0.1036?
I sent you the file for reproduction to info@gemboxsoftware.com.
The fixed version solves my issue, thank you
Since I am working with the GemBox.Bundle: do you already know, when will the fix be available as part of the GemBox.Bundle Nuget package?