Hi,
I am experiencing a strange behavior in my application, so I am trying to troubleshoot if Aspose.Email for .NET (25.2.0) could somehow be the culprit.
I load an eml email file as a byte array from disk:
rawData = …...ReadAllBytes(filePath); After that I parse the message using MailMessage..._logger.LogError("Could not parse the email message.", ex); }...