Fetching email body and details into excel

Hi,

using a community edition is it possible to get the sender details and email body from outlook to an excel file. Using email search the details except email body will be coming in one excel. Is there any option to attach the mail body also into that excel?

Thanks!

Hi,
There is no direct activity available in the studio for this but you can write a microbot or code editor for this. Use the email activity to search for your mail then use read email activity to get all the data. After getting all the data inside a folder where you will have the mail body content also then you can write a microbot using c# which will read the content from that file and attach it to an excel.

Hi,

Using Outlook read activity download the mail along with attachment.
Using excel recorder record a script to attach the downloaded mail body in that excel