Hello everyone,
We are currently trying to send emails via the MS Graph API. This has worked very well so far. Now it is specifically about adding file attachments. Some of the attachments are stored in Azure and therefore have to be written to the database as a byte array before sending. The reason for this is the fact that we have to keep emails and attachments together and of course the byte array has to be converted into a Base64 for sending.
So how do we get the files individually from Azure into our database as varbinary(max)? Does anyone have any ideas or experience?
Translated with DeepL.com (free version)