I have logic App that triggers on arriving of the email and passes attachment to Azure Function for further processing.
So, it reads the email and passes the attachemnts to the Function. Function is developed with C#
Is it possible to get attachment content like a stream or download it inside of the function?
Thank You