For Each mail in mailMsgs I use write line to write the subject line in output panel and it works
Properties- system.net.mail.mailmessage
Inside the For Each email I have another For Each
For Each item in mail.attachments
Properties- System.Net.Mail.AttachmentCollection
Inside the body a Save Attachments activity
Save Attachments mail message- mail
folder path- full folder path
I have moved Save Attachments under just the first For Each and it didn’t work.
I have counted the attachments and it doesn’t find anything. As far as the automation is concerned there are no attachments. I have only unread messages and other boxes unchecked in the get email.
Can you check if mail.Attachments.count value? If its returning a count >0. If it does, then check if the Bot has enough rights to access the save location.
No value. It doesn’t detect an attachment at all. I put an IF statement mail.attachments.count >0 then message boxes for both results and didn’t get any message box.
I am saving to the automation project folder. How can I check if the bot has enough rights to access the save location?
Unfortunately, I cannot. I shared all of the activities and properties I have in my workflow and I am happy to share that again or answer any questions.
If you are using the community version, then I strongly suggest to get the latest version.
New release means that sometimes some bugs are found and fixed