Hi,
does anybody know how to check the size of email attachments?
My Problem: I want to save all attachments in one folder, but Uipath recognizes small icons from sender’s email signature as attachments and saves them also. I don’t want them.
Do you know how to solve this problem?
Thank you very much!!
I tried right now - but it still saves all the attachments… (all these small icons) → maybe is the solution Filter? but what shall I apply there? Do u maybe know? (like attachment.size or whatever)?
Thanks!
If you do a For Each on the set of attachments, then you can access the item.ContentStream.Length property (it is an Int64 type) and make a decision based on that.
I know it has been a while, but I have the same problem & here’s the first search result I hit, so I added it here so anyone with the same problem will hopefully find it quickly.