Download Attachments from Outlook

We can read email from outlook and Save into a folder.

  1. Use Get outlook mail message activity
    image
  2. Input the required value in the properties window (User Name,Mail Folder name)
    image
  3. Create an variable of type Email messages.
    image
  4. Use a for each look to extract each email messages
    image
  5. Make sure you have changed the object type of For each loop as Email Messages
    image

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

9 Likes