I am trying the retrieve the body of an email from outlook. if there is any connector in ADF from where I can directly retrieve the data and store in ADLS will be helpful
After my research, ADF
does not have a mail connector:
https://learn.microsoft.com/en-us/azure/data-factory/connector-overview
You can use Azure logic app to get the body of the email and save it in ADLS
.
You can use When a new email arrives and Create blob connector in the azure logic app
:
You can click Add dynamic content
to add the email body.