Ok, I've kinda run into a wall with this and can't quite figure out what I need to do to make this work... I'm using shellexecute to open the user's default email program and insert an email address, subject and body into the email. This is where my problem comes in... The body that I am inserting is multiple lines long, but when I insert it into the email program it comes out as one continuous line without any line breaks. Is there a way to make this work while still using ShellExecute ? If not can you suggest a better way ? Thanks a bunch...

Chris