Hey,
How Can I enter a bold text with Activity Send Outlook Mail Message?
Hey,
How Can I enter a bold text with Activity Send Outlook Mail Message?
Just form the mail body with html tags for bold text.
Hey @sarathi125
Can you give an example please?
Mark the IsBodyHtml property in the property window of Send Outlook Mail activity.
And in the body try the text you want to make as bold like this
Hi @sarathi125
Thanks. How to make a certain string in variable bold using this?
besides I want to move to new line and write new text, how?
Hi,
Then you have to make the IsHtml as True and have a HTML template for your mail body. Replace the strings whatever you want in that. That will help for your scenario.