What is the best way to fill HTMLBody field in the New Mailitem activity?
For example, i have next html code to the email body:
<div style="font-size: 12.0pt; font-family: Calibri">
Hello.<br/><br/>
Data for 2024.09.16:<br/><br/>
<img src="cid:c:\Temp\2024.09.16.png"><br/><br/>
<font color="#FFCC00"><b>––––</font><br/>
<i>Best regards,<br/>
Alex
</b></i>
</div>
I cannot simply paste it as a string variable. What are my options?