Hello i am making a proccess where i want to check if a mail contains a subject ( this works)
then if its correct subject download all images in that mail - create a folder with name ( folder a) - then store the images in that folder for later use
Need help with creating new folder and downloading the images
1.For example if you can using outlook use Get Outlook Mail Message Activity create output variable.
2.Next use for each activity pass the output variable and change the type of for each System.Net.Mail.MailMessage.
3.Use if activity pass the condition item.subject.contains(“Pass your subject content”).
4.If it is true then part use Save Attachments activity pass input message item and folder path (if you want create a folder use Create Folder Activity).