![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hello group
For E-Mails normally I'm using HTML format (Extras - Options - E-Mail-Format - Messageformat is set to HTML) I'm creating E-Mail messages from MS Access: Set objOL = CreateObject("Outlook.application") Set objMail = objOL.CreateItem(0) Is it possible to create this E-Mails as 'Text only' instead of HTML. I don't wont change the settings for general. Thanks, Peter |
Ads |
#2
|
|||
|
|||
![]()
Use MailItem.BodyFormat. You can set it to OlBodyFormat.olFormatPlain (1).
-- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Peter Ramsebner" wrote in message ... Hello group For E-Mails normally I'm using HTML format (Extras - Options - E-Mail-Format - Messageformat is set to HTML) I'm creating E-Mail messages from MS Access: Set objOL = CreateObject("Outlook.application") Set objMail = objOL.CreateItem(0) Is it possible to create this E-Mails as 'Text only' instead of HTML. I don't wont change the settings for general. Thanks, Peter |
#3
|
|||
|
|||
![]()
Use MailItem.BodyFormat. You can set it to OlBodyFormat.olFormatPlain (1).
thanks, i will try it. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Any way to set View format for all message views? | LurfysMa | Outlook - General Queries | 2 | August 1st 06 07:23 AM |
Default message format | Jim | Outlook - Installation | 0 | May 11th 06 04:15 PM |
Changing message format | simonc | Outlook and VBA | 3 | May 5th 06 02:15 PM |
Outlook.ApplicationClass.CreateItem: "The operation failed." | Bruce Wood | Outlook and VBA | 2 | February 1st 06 02:12 AM |
Shortcut to change message format | Postman | Outlook - General Queries | 3 | January 17th 06 09:56 PM |