shamas,
you haven't provided enuf info for me to give you a concrete answer to the ?. this is situational. i don't know how you are allowing your users to enter a message. typing it in OL? typing it in an access form? etc, etc...?
you'll have to create your own way. but keep in mind too, that the
<p> tag is totally different than the
<br> tag, in that the breaks are simply line breaks, whereas paragraph tags give you
double line breaks.
i really elaborate unless you tell me how the users are writing messages, via a method above, or another. i have ideas, but that's fruitless without knowing that info.
i can tell you what i have done in the past, as it DOES prove very useful for automatic emailing and automatic system responses. if you are astute, or become astute in the future, you can really make use of the PHP mail() function, which is totally free, and gives you options to specify a whole bunch of criteria...sender, receipient, subject, etc...
I use it quite often for system generated emails, when i need to respond to a request for simply acknowledgment purposes. PHP would be a great thing to learn, as it is compatible with a lot of server platforms and has a load of VERY useful functions. Only downfall is that it's pretty difficult to learn, and it's entirely different than VB or VBA.
Anyway, i'm sure i'm rambling by now, but I've come to love java, PHP, HTML, etc... alot more than VBA, as I find it a whole lot more secure and more fun to tinker with too!
