04-05-23 06:53 AM
I have tried to import POP3/SMTP VBO for email automation but when i started to execute its simple task it is not executing below is my execution.
05-05-23 06:33 AM
Thanks for the reply now it is working on my end. can you provide me link for to "read subject in mail and download attachments to that mail".
05-05-23 06:48 AM
not sure what link you are referring to
as you use the get list items will give you the collection of all the mails then you can filter the collection with subject column and messageID
Using MessageID to download attachments using download attachments action
Regards
05-05-23 06:58 AM
Thanks for the response. I am trying to send attachments to mail but i am getting this error and here is my "Send message" action
05-05-23 07:55 AM
Just Compare the collection in object with collection you defined , it should be of same format like headers type
If you did not get then check documentation by clicking "i" mark
Regards
05-05-23 08:06 AM
Hi Pranith Pashikanti,
You need to create a collection with columnName as "path" some thing like in the screenshot.