Send email, bold words

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 here
Normal 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>"

Capturar

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