Hi,
I use String.Join(Environment.NewLine,MyVariable) to separate data in new line. it works when I test using Write Line.
unfortunately, when i call the variable in body email, my data shows in one single line
I need the data in separate line as well. Can someone help me?
Many thanks.
Yoichi
(Yoichi)
October 27, 2022, 1:32am
2
Hi,
How did you check your content?
If you use HTML mail, can you try to use "<br />"
instead of ENvironment.NewLine?
Regards,
2 Likes
Aleem_Khan
(Aleem Anwer)
October 27, 2022, 10:36am
5
I am always getting confuse to use join method Yoichi can you please explain how to use this in more convenient way and what type of problem can we solve using this ? I have check documentio n but not clear can you explain with some easy and complex scenario.
Appreciate you.
Aleem_Khan
(Aleem Anwer)
October 27, 2022, 10:38am
6
what type of value in Vlist variable can you please share any screenshot.
this is the value in VList
system
(system)
Closed
October 30, 2022, 10:57am
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.