From Outlook I want to read unread email and save in specified folder

Hi
Hope these steps would help you resolve this
—Use a Get Outlook Mail activity
—where in the property panel mention the TOP property with value as 8 and enable ONLYUNREADMESSAGE property so that we will be getting g only unread mails
And get the output with a variable of type list of mailmessage named list_mails

—now use a FOR EACH activity and pass a the above variable as input and change the type argument property as System.Net.Mail.Mailmessage

—inside the loop use a SAVE ATTACHMENT activity where mention the input mail as item and path with the folderpath where we want to save the attachments

Cheers @vinod143