Glen Scales [MVP]
Guest
|
Posted:
Fri Dec 16, 2005 1:58 am Post subject:
Re: How to format text in a calendar appointment |
|
|
You should be using HTML in this property vbCRLF wont work, <BR> should work
okay you just need to make sure you escape it when you post it
eg the following works for me
<mail:htmldescription>Lets meet Here<BR>Sometime<BR>In the
Future</mail:htmldescription>
Cheers
Glen
"MikeL" <milop@slomins.com> wrote in message
news:OIqWaRPAGHA.532@TK2MSFTNGP15.phx.gbl...
| Quote: | Hello,
I'm using WebDav to create appointments and everything is fine, except
that I cannot get the text within the <mail:htmldescription> tag to go to
new lines.
I've tried appending CRLF (vbCrLf) to string and also <br></br> but to no
avail.
Anyone have any ideas?
Thanks in advance,
Mike
|
|
|