Reputation: 58
Currently, I am trying to fetch the attachments using the Azure logic app whenever any new mail arrives in the outlook, but any mail that has attachment as a mail, it is not able to fetch those attachments.
Upvotes: 0
Views: 1132
Reputation: 14324
I test with email attachment and will get this same problem, then I check the connector reference and I suppose I find the reason.
There is a description about outlook connector:
Support for certain attachment types (EML, MSG, ICS) is currently limited. These attachments will be skipped when processing emails.
More details you could refer to the reference page.
Upvotes: 1