Zum Hauptinhalt gehen

Feedback Workflow

Kommentare

2 Kommentare

  • Permanently deleted user
    Are you using 'Is Body Html' set to true or false?

     

    If set to true, you'll need to use the <br> html tag for a newline character.  If set to false, you can use Environment.newline as the newline character.  Here is the string I have in the body for testing: String.Format("This is a test of a new line character here -> {0} using 'Is Body Html = False' And this is a test of a new line character here -> {1} using 'Is Body Html = True'",Environment.NewLine,"<br>")

     

    Hope this helps!
    0
  • Permanently deleted user
    Really thank you Marshall.
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.