Hello,
I have coded some lines in Visual Basic 6 to compose plain text email with Outlook XP (2002) and that works fine.
Then I tried with Outlook 2000 (Outlook 2000 will be used normally) and I found that I couldn't force the format to plain text (like I used "BodyFormat = olFormatPlain" with Outlook XP (2002)).
Outlook comes up with its default editor (eg. HTML), but I want to force Outlook 2000 to come up with the plain text editor and send an email in plain text format.
With Outlook 2000 you would have the options to use "Body" or "BodyHTML" to distinguish between plain text or HTML, however with both options I can't force the message in plain text.
Is there any way to force plain text mode with Outlook 2000? If not, is there any way to select a message-font (i.e. Courier)?
I also tried to use the Outlook 10.0 library, but that didn't work with Outlouk 2000...
All of this I want, because the HTML format screws up my email layout (no proportional font).
Thanks in advance
I have coded some lines in Visual Basic 6 to compose plain text email with Outlook XP (2002) and that works fine.
Then I tried with Outlook 2000 (Outlook 2000 will be used normally) and I found that I couldn't force the format to plain text (like I used "BodyFormat = olFormatPlain" with Outlook XP (2002)).
Outlook comes up with its default editor (eg. HTML), but I want to force Outlook 2000 to come up with the plain text editor and send an email in plain text format.
With Outlook 2000 you would have the options to use "Body" or "BodyHTML" to distinguish between plain text or HTML, however with both options I can't force the message in plain text.
Is there any way to force plain text mode with Outlook 2000? If not, is there any way to select a message-font (i.e. Courier)?
I also tried to use the Outlook 10.0 library, but that didn't work with Outlouk 2000...
All of this I want, because the HTML format screws up my email layout (no proportional font).
Thanks in advance