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...