User Profile

Collapse

Profile Sidebar

Collapse
Jules22
Jules22
Last Activity: Apr 3 '13, 09:57 PM
Joined: Apr 3 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • A college worked this one out for me. I was using Outlook to read the emails and it decided to remove the "extra" carriage returns for me, apparently after a line is over a certain length.
    See more | Go to post

    Leave a comment:


  • Jules22
    started a topic Problem with carriage return and MailMessage

    Problem with carriage return and MailMessage

    Hi,

    I am using MailMessage to create a text email and for some strange reason once the length of one row in the body gets over 40 characters the carriage return stops working. I need a text email not html. Any clues?

    MailMessage Message = new MailMessage(ei. from, ei.to, ei.subject, "");

    This works and contains a carriage return ...

    Message.Body = "12345678901234 567890 234567890123456 789"...
    See more | Go to post
    Last edited by Jules22; Apr 3 '13, 11:29 AM. Reason: Solved
No activity results to display
Show More
Working...