i tried to search any code to put a line feed in ms outlook message body.
the out put should be like this:
Time start : 09:00
time end : 12:00
but when i tried to put it on outlook body it will look like this :
Time start : 09:00 time end : 12:00
it tried chr(13) + chr(10) but it didn't work.
Thanks
Creed.