The following forum(s) have migrated to Microsoft Q&A: .NET Framework Class Libraries! Visit Microsoft Q&A to post new questions.
Hi,
I try to send mails with ews which is working ok except for the crlf's from the mailbody that keep on disappearing...
Nothing seems to help (putting a fuulstop at the end of each line, using rtf, ...)
thx for any help
Hallo all!
Found it ... couldn't be simpler (vb):
message.Body = New BodyType()
message.Body.BodyType = BodyType.Text
message.Body.Text = string 'string containing crlf's
Have you also tried two CRLF?
If the HTML format is supported too, then try putting one or two “<br/>” between paragraphs, or consider the “<p>” element.