How to remove the strange characters from the string

Hi all,
I got the string by Get full text from email, but it contains strange characters in the screen shot below, how can I remove them at the beginning of each line?

image

Thanks!

string sOut = Encoding.ASCII.GetString(Encoding.ASCII.GetBytes(yourString))

Regards,
Karthik Byggari