Creating line breaks in body message of outlook mail

Hi there,

I want to send an outlook mail message with the Body as below:

“Good day,
Please note that container XXXX is undeclared.
Kindly process haulier information as soon as possible.
Thank you.”

However, it is coming out as one single line:

“Good day, Please note that container XXXX is undeclared. Kindly process haulier information as soon as possible. Thank you.”

How do i create line breaks within the body message?

Thanks!

1 Like

Did you try <br> Or Environment.NewLine

2 Likes

Hi Vvaidya,

I tried Environment.NewLine and it works!
Thanks for the tip :smiley: