Send email, bold words

How can I send emails in bold type on the body?

1 Like

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

3 Likes

<b>Bold text</b>

2 Likes

Send your Body as HTML.

Make changes as per your need

Ex:- Hello

Check ISBodyHTML in Properties

2 Likes

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.

2 Likes

entĂŁo seria:
"campo <b>Estimated resolution</b> e campos <b>Quantidade de...</b>"

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.