Question
QBE
PH
Last activity: 17 Aug 2022 10:18 EDT
Microsoft OutlookMail Connector Save Method
We have an automation that requires to loop through the outlook folder, read each details and save each email as *.MSG file.
So far what we are able to achieve is to retrieve the emails from a folder (Mail Collection) and loop through by index to get the details. We are able to find a Save method under the Mail Item proxy. This runs smoothly, no runtime error, but we can seems to find the saved email.
Is there a default folder where the email is being saved and download, is that folder can be altered to cater the process needs?
Attached is the sample automation that we have.
Thanks!