.eml file Automation using Read Saved email As Object

Hi,

I am using Read Saved email as Object activity to read locally saved .eml file. It is working fine as expected. However, I am facing an Object reference error whenever I am trying to read the email with email attachment.
Can anyone help me to fix this issue? Or help me convert locally saved .eml file to MailMessage.

Hi @Ashok_Kumar_29

By using the Use application\browser activity you can launch that eml file in the desktop. After that use the Get text activity or other Ui activities to scrap the required data from eml file.

Hope it helps!!