Download Attachments from Outlook

@Myshudhage
-use get outlook mail messages activity and give the details,this will give you output as list of mail messages.
-use for each and change the out argument into net.mail.messages
-inside the bod use if condition as item.subject.contains(“value in subject which you are looking for”)
it goes to then section if it finds there use path exists change it into folder and give the folder path which you want to create and the output of path exists give you output as boolean under it use if condition there give the path exists output variable.
-if the path exists it goes then section there use save attachments and if there is no path exists it goes to else section there use create directory and pass the path you want to create and below it use save attachments.that’s it

1 Like