C
cmw
I'm attempting to interface to Lotus Notes email from
Access 2000 and am having a problem with carriage returns.
I can successfully address and send outgoing mail, and
read and manipulate incoming mail.
My db contains customer information including email
addresses. I generate automated emails and incorporate ad
hoc text which the user enters in a text box. When it is
sent, the carriage returns appear as two thick black
vertical lines in the Lotus Notes body. I've tried
intercepting the CRLF and replacing with chr(13) but it
comes out the same. I've tried replacing it with the Notes
new line symbol @newline, but the "@newline" appears in
part of the body of the email.
Without the ability to format the Notes body correctly,
the application is useless...Can anyone help?
Access 2000 and am having a problem with carriage returns.
I can successfully address and send outgoing mail, and
read and manipulate incoming mail.
My db contains customer information including email
addresses. I generate automated emails and incorporate ad
hoc text which the user enters in a text box. When it is
sent, the carriage returns appear as two thick black
vertical lines in the Lotus Notes body. I've tried
intercepting the CRLF and replacing with chr(13) but it
comes out the same. I've tried replacing it with the Notes
new line symbol @newline, but the "@newline" appears in
part of the body of the email.
Without the ability to format the Notes body correctly,
the application is useless...Can anyone help?