Hello all,
I hope you can all help me out here, I've been searching the internet, and haven't really found an answer...
First, where I'm coming from; I am developing an in-house feedback
application, where users can post feedback to management. I am using ASP
and everything is executed on our intranet. Now, I can't have the SMTP
server send mail to outside clients, so I can only use our intranet
network email system, which is Lotus Notes (version 4.6.5 June 16, 1999).
Now I have a simple HTML form set up, so they can fill out their message. Then
I take that text, throw it into an ASP variable, and assign this variable
to the textBody of the email. But I want to format the data, and by that
I mean just add some carriage returns/new lines here and there. Nothing
fancy. I've tried "/n" and "/r/n", all without any luck.
I saw on another site that the code for carriage returns in Lotus Notes is
"000D", or is it "0F2D"?? And also, what is the escape character that
should proceed this code, so
that Lotus Notes just doesn't output the code to the file, but rather
interprets it as a carriage return?
Thank you for your time!!

Question regarding LotusNotes escap... (Jim Cloutman 2.Aug.05)
. . 