extracting attachments from outlook
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 08:11 PM
Can we fetch attachments from outlook in databricks?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 10:29 PM
Hi s3
You could use Microsoft graph for that. Here is an example: https://learn.microsoft.com/en-us/answers/questions/1631663/using-graph-api-to-retrieve-email
Another way I have always done this is through the Logic App. It is pretty easy to set up and works very well. You can store the attachments into your data lake directly into a path where your Volume is. Here is an example of how you can do that: https://learn.microsoft.com/en-us/azure/logic-apps/tutorial-process-email-attachments-workflow

