SendObject line feed??

SimonB1978

Registered User.
Local time
Yesterday, 19:43
Joined
Jan 22, 2009
Messages
161
Hi,

I'm having trouble with the body of my message using SendObject

In the preview (before sending):

Hi Mr ....

Here is your .....

Item 1
Item 2
Item 3
...

Thank you ....

When the email is received it looks like this:

Hi Mr ....

Here is your .....

Item 1 Item 2 Item 3 ...

Thank you ....

Any place I have 2 line feeds it's OK but where there is only one it seems to be changed to a blank...

Any clue?? I tried vbNewline, vbCrLf, vbCr, vbLF, Chr(10) and Chr(13) in any combination with no luck...

Using Access 2003(SP3) and Outlook 2003(SP3) on Windows XP(SP3)

Thanks,

Simon B.
 
It would help if you posted your code. Generally, either vbCrLf or Chr(13) & Chr(10) together should work.
 
Found the problem.... When opening the received message in Outlook there is an option in the "Format" menu to cancel line feed... Not sure how it is called in English...

Anyways, just need to un-check that...

Now if anyone knows how to have that disabled by default it would help a lot!!!!
 

Users who are viewing this thread

Back
Top Bottom