Dear community,
I am working on an app that should be able to parse an email, after dragging it into the drop-zone from Outlook. I've uploaded the app.
Question 1:
If i work with a .txt file or another extension, it gets taken by the app and the cursor goes to "Copy". But i'm using a .eml file and it gives no response to that file. What can i do? I'm using the Forge component: "Droppable File Upload". In the documentation i can see that .eml files were not tested.
Question 2:
If i put in the .eml file by clicking on drop-zone and uploading the saved mail, it kinda goes fine.I get the sender, subject, ... but attachments.content are not saved. I get the attachment name, ... but no content. I tried to save the content as binary data and as text, but allways receive an empty value when trying to save the JSONDeserializeEmailStructure.Data.Attachments.Current.Base64Content in it.Can someone put me on the right track?
Thank you!
Kind regards,Matt