Hi,
I’m working on an automation which is based on emails with various .txt attachments. Some of them have multiple lines of text and the others contain just one or two short numbers.
The issue is that while the filter in ‘Get outlook mail messages’ finds all mails with attachments, further filtering for .txt extensions returns 0 for files that are roughly smaller than 1kb. For the purpose of tests I’m using mailmessage.attachments.count, but even saving the given mailmessage saves it without the attachment. Save attachment also doesn’t save it, while not returning any errors…
Does anyone know how can I solve this? Is there a way of reducing minimal attachment size for it to be visible in attachment collection?
Thanks!