a known bug in outlook 2003 ?

  • Thread starter Thread starter Nina Harris
  • Start date Start date
N

Nina Harris

using oledb automation, I wrote a vb application that sends mail via lotus
notes

the body of the message contains a string with a vbCRLF

thus the message might look something like

"This is the first line" (vbCRLF is here)
"the 2nd line" (another carriage return and line feed)
...etc

notes displays the message correctly but outlook 2003 displays only the 1st
line and drops anything after line 1

am using outlook 2003 with the domino notes connector as my email client
 
Nina Harris said:
using oledb automation, I wrote a vb application that sends mail via lotus
notes

the body of the message contains a string with a vbCRLF

thus the message might look something like

"This is the first line" (vbCRLF is here)
"the 2nd line" (another carriage return and line feed)
..etc

notes displays the message correctly but outlook 2003 displays only the 1st
line and drops anything after line 1

am using outlook 2003 with the domino notes connector as my email client

Have you tried setting up an SMTP server, using IIS 5.1, and sending your
email through the SMTP server?

-Thomas
 
Thomas H wrote
Have you tried setting up an SMTP server, using IIS 5.1, and sending your
email through the SMTP server?

impossible as the company standard is domino/lotus notes, I am just using
outlook 2003 as my client

you did not answer the original question
why does outlook 2003 drop all the lines following the first vbCrLf ?
 
Back
Top