HI,
I have been using CDO to programmatically send Emails, with success. Trouble is that it was always going to be a temporary measure because I had to use a private btinternet account to send them - I couldn't work out to use the CDO emailing stuff with Outlook/Exchange etc. Now I am using redemption to send exactly the same text via Outlook and , while the data gets transmitted OK, all the formatting disappears so the addressee gets a continuous line of text with no line breaks.
I saw somewhere advice to swap the vbCrLf for "<br>" but that didn't work either. Then I swapped the vbCrLf for Chr(13) & Char(10) and that didn't work either. So I'm at a bit of a loss as how to proceed.. Any ideas guys?
Deek.
I have been using CDO to programmatically send Emails, with success. Trouble is that it was always going to be a temporary measure because I had to use a private btinternet account to send them - I couldn't work out to use the CDO emailing stuff with Outlook/Exchange etc. Now I am using redemption to send exactly the same text via Outlook and , while the data gets transmitted OK, all the formatting disappears so the addressee gets a continuous line of text with no line breaks.
I saw somewhere advice to swap the vbCrLf for "<br>" but that didn't work either. Then I swapped the vbCrLf for Chr(13) & Char(10) and that didn't work either. So I'm at a bit of a loss as how to proceed.. Any ideas guys?
Deek.