Chethan_P
(Chethan P)
1
how to take the line of sting top next line in mail automation
example: hello
we will help you back soon
Thank you!
like in the body of mail I want to like this.
I use the environment.nextLine but it’s not work
can anyone give the solution for this
@Chethan_P You can use <br> tag in the body of the Mail Activity if the IsBody Html is set to True
2 Likes
Bern
(Bernardo G. Barros)
3
on string objects you use VbCrLf for new line and concatenate the text like: “we will help you back soon”+VbCrLf+“Thank you!”
1 Like
Chethan_P
(Chethan P)
4
@Bern no it’s not working
Chethan_P
(Chethan P)
5
can you please explain that how to write a code in that
@Chethan_P Which Mail Activity are you using to send mail ? 
@Chethan_P It should be inside Double Quotes. Also set IsBody Html to True
1 Like
system
(system)
Closed
11
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.