Question
6
Replies
4188
Views
Posted: February 26, 2018
Last activity: December 17, 2018
I want to read the outlook email with specific subject and needs to save attachment file in email to local drive. How do I this automation?
Tried using the method mentioned in the link bujt not able to resolve it
http://help.openspan.com/80/Components/Microsoft_Outlook2.htm
***Edited by Moderator Marissa to update categories***
Refer attached screenshot.
Steps: 1. Drag Findmail method, provide folder and subject details (It will return single mail match only, if you want to retrieve all mails in a folder then use RetrieveMail and build login accordingly)
2. Extract proxy for mail
3. Drag attachments property from above proxy
4. Extract proxy for attachments
5. Drag GetItem from above proxy (Screenshot contains logic for first attachment if you have more than 1 attachments use loop)
6. Extract proxy from Result of GetItem method
7. Drag SaveAsFile method from above proxy (provide path to save the attachment)