Hello guys, Im stuck in seting the HTML text box plus the image on the same email using the office 365...
The code for the HTML text box is this:
Office365.SendEmail("alexandre.choski@hotmail.com"; "Análise/Fechamento de Impacto CTD - " & Card_Ativo.Text &" " & Card_Prefixo.Text & " " & Card_SB.Text ; HTML_Analise.HtmlText ; {IsHtml: true })
And the code for the image using the add image control is this:
Office365.SendEmail("alexandre.choski@hotmail.com" ; "Teste Imagem" ; "teste imagem" ; {Attachments:Table({Name:"Anexo.jpg"; ContentBytes: Imagem_Analise.Image ; '@odata.type':""})})
The challenge is to get together those two in the same email. is that possible? I tried several ways but got a lots of errors on O365 command...
Solved! Go to Solution.
Hi @Anonymous,
There is the syntax of the function:
If you want to send the HtmlText and Image together in one email you can add the “Attachnments” and “IsHtml” in the curly braces after “Body”.
Here is the result:
Hope this helps you.
Regards,
Zheng
Hi @Anonymous,
There is the syntax of the function:
If you want to send the HtmlText and Image together in one email you can add the “Attachnments” and “IsHtml” in the curly braces after “Body”.
Here is the result:
Hope this helps you.
Regards,
Zheng
Thank you so much, worked perfectly!
User | Count |
---|---|
136 | |
134 | |
78 | |
72 | |
69 |
User | Count |
---|---|
222 | |
136 | |
78 | |
60 | |
54 |