How can I send emails in bold type on the body?
In send outlook mail message activity, mark IsBodyHTML property.
In the Body, add the html text with tag with desired styles.
Bold text hereNormal text here
<b>Bold text</b>
Send your Body as HTML.
Make changes as per your need
Ex:- Hello
Check ISBodyHTML in Properties
A formatação “< b. > < / .b>” Pode ser entre aspas ?
Por exemplo: "< b. > Bold Text < .b> "
se você quer que o texto que está dentro do <b>
fique entre aspas, entĂŁo precisa colocar elas dobradas assim:
"<b>""meu texto negrito com aspas""</b>"
Esse seria o texto… com partes normais e partes em negrirto
Store in Text file
test.txt (160 Bytes)
Read this text file and store it .
While sending mail . Select **IsBodyHTML ** and it works .
Leia este arquivo de texto e armazene-o.
Ao enviar e-mail. Selecione ** IsBodyHTML ** e funciona.
entĂŁo seria:
"campo <b>Estimated resolution</b> e campos <b>Quantidade de...</b>"
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.