Name of EML Attachment is wrong

Hello,

if we want to read and save the attachments locally, the attachment name is ATT00001.bin instead of the real name “Behördenbeteiligung Standard Gemeinde.pdf”.

We use the following code to extract attachments:
[…]
var mailMessage = MailMessage.Load(“2024-07-17_Test-PDF-Konvertierung.eml”);
foreach(var attachment in mailMessage.Attachments)
{
// Here the attachment.Name is ATT00001.bin
}
[…]

We are assured that the attachment names are delivered correctly, as we then try to convert them to PDF, but with *.bin files we can’t do anything :slight_smile:

I am on holiday until 9.9. and can only reply then.

2024-07-17_Test-PDF-Konvertierung.zip (130,4 KB)

Kind Regards,
Andy

Hello @AStelzner ,

Our team couldn’t reproduce your issue. Which Aspose.Email version are you using?

1 Like

We are using the version 24.7.0

It works with the latest 24.8.0 version :slight_smile: Ticket Can be closed!

Thanks for the update! I’ll mark the ticket as resolved based on your confirmation.