Hi list...

I'm using buddy API's baOpenURL to generate an email message and
populate it with some body text.  (We're all on Windows XP using
Outlook.)  My issue is that the code below doesn't render a carriage
return in the body.  Anyone ever do this with baOpenURL?

Thanks,
- Michael M.



on emailTest()
  theEmail = "mailto:[EMAIL PROTECTED]" & "&body=" & "line 1" & numToChar(10) &
numToChar(13) & "line 2"
  baOpenURL(theEmail, "Normal")
end


[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[email protected]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to