I have a bulleted list in an Outlook 2010 email and I am trying to paste a newline-separated list of text items into one of the bullets. When I do this, it's bulleting each line and I don't want it to do that. What I want it to do is treat each line as if I were pressing SHIFT+ENTER.
I've tried searching for the character control code that's generated on SHIFT+ENTER, but I have been unsuccessful. If I could find that, I could paste the text into Notepad++ and replace CRLF with that character and then, theoretically, I'd be able to paste it into the bullet without issue.