Attachment larger than 10mb is not shown in outlook client

We use Aspose.Email java to generate EML output. When there are attachment larger than 10mb in the generated EML then on opening the EML using outlook client is not showing those large attachments. Same code is used for generating MSG and that shows the large attachments. Only difference in the code is to use the option as EML while saving the content

mail.save(saveFilePath, SaveOptions.createSaveOptions(saveType));

Is there any limit imposed by aspose for attachments while generating EML?
Can you point to me if there is any known issues reported already on this?

Thanks you

@bkeeley,

Could you please share source files and generated result along with environment details so that we may further investigate to help you out? Also, I would request you to please share your complete sample code that is used to reproduce the issue.

Hi Adnan,

Thank you for your quick response.
Please find the sample code, input and output files shared at: comactiasposemailmessage.zip - Google Drive

@bkeeley,

I have tested using Aspose.Email for Java 19.2 on my and and have been able to observe the attachment in EML file when loaded in Outlook 2016 and attachment is also intact. Can you please try using suggested version. Please check following snapshots for your convenience.