We can read email from outlook and Save into a folder.
- Use Get outlook mail message activity
- Input the required value in the properties window (User Name,Mail Folder name)
- Create an variable of type Email messages.
- Use a for each look to extract each email messages
- Make sure you have changed the object type of For each loop as Email Messages
By following above steps you will able to download all the attachment to a folder, you can further customize this Ex. different file type will store in different folder.
Thanks.
Asish