Environment New line Error

Hi All,

i am trying to use Environment.newline in outlook body, but its not working, it showing, Environment not declared. Please find the error detail in attached screenshot.


Thanks

Hi @dilsher_khan,

In your Send Outlook Mail Message activity you have selected the IsBodyHtml in the property as True, so you can use "<br />" tag where you need NewLine.

This is a html tag for a new line.
If you need the same in string datatype then you can use environement.NewLine

1 Like

Thank you got it!

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