![]() |
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
|
|||
|
|||
![]()
VSTO OL2007 C#
How do I inspect the: Tools, Options, Mail Format, Compose In This Message Format, [HTML, Rich Text, Plain Text] option? Also I am guessing that even if this is at HTML, the user can do an adhoc change on a particular email from HTML to plain text? If so, how could we determine what format they are sending in? |
Ads |
#2
|
|||
|
|||
![]()
You can only get that startup value from the registry. If the user changes
it during the session the changed value will be written back to the registry but Outlook will work from a memory cached value. And of course a user could change the format at any time up to when they send the item on a one-off basis. In addition, the format can also be changed at sending time by Outlook depending on settings related to each recipient in the address book (send in RTF, let Outlook decide, etc.) and in the option settings for Internet emails, and if using Exchange based on the Exchange settings for sending various formats over the Internet. In the item.Send() event (or any other time) you can read the item.BodyFormat property to see what's been set, but you have to understand that can be changed based on all the settings I referenced. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Mark B" wrote in message ... VSTO OL2007 C# How do I inspect the: Tools, Options, Mail Format, Compose In This Message Format, [HTML, Rich Text, Plain Text] option? Also I am guessing that even if this is at HTML, the user can do an adhoc change on a particular email from HTML to plain text? If so, how could we determine what format they are sending in? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook Font Option | RJF | Outlook - Installation | 1 | April 13th 07 04:24 AM |
no option to re-install Outlook | April | Outlook - Installation | 10 | November 15th 06 08:35 PM |
i don't have a calendar option in outlook | ling-ling | Outlook - Calandaring | 1 | August 22nd 06 04:07 AM |
I don't have the Import / Export option in outlook | Chris | Outlook - Using Contacts | 3 | May 31st 06 08:17 PM |
other option for outlook | Sam | Outlook - Installation | 6 | May 25th 06 06:10 AM |