yes of course
it can save the mail message obtained from IMAP as well
we need to mention the folder path and the input mail
–the sequence would be like this
–get IMAP mail activity and get the output with list of mailmessages
–now use a FOR EACH loop and pass the above variable as input and change the type argument as System.Net.Mail.MailMessage in the property panel
–inside the loop use this SAVE MAILMESSAGE ACTIVITY and mention the mail input as item
and the folder path where it has to saved
important note:’ while mentioning the file path we need too mention the filename as well like this “yourfolderpath\yourfilename.eml”
hi @Palaniyappan I tried to do as you suggested but unfortunately it doesn’t work. The robot saves the email I’m reading instead of saving the email attached to the email