Hello
Making a new MailMessage with plain text body part only, and importing the text body part from external text file:
MailMessage.Body = File.ReadAllText(TextFile, Encoding.Utf8)
Will work but line breaks are not a…...UTF8) Will work but line breaks are...ReadAllText(@"text.txt", Encoding.UTF8); eml.Save("text.eml"); 1 Like...