View Single Post
  #2  
Old January 16th 06, 08:32 AM posted to microsoft.public.outlook.program_vba
Michael Bauer
external usenet poster
 
Posts: 435
Default macro to toggle reading in plain text

Am 14 Jan 2006 08:06:54 -0800 schrieb Mark:

Mark, there´re a lot more properties in Outlook than its object model offers
you. Outlook has access to them and you also do via the Options dialog, but
you don´t via code.

There´s a Windows message, WM_WININICHANGE, that "could" be used to force
applications to read there ini settings again, e.g. after you´ve changed the
registry. But unfortunately Outlook seems to ignore that message.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook



Thanks Michael. I am a bit confused though. How is it that I can turn
the option on and off within the same Outlook session manually and it
always takes effect immediately (and yet, I wouldn't be able to set a
macro to do the same thing)?

Mark

Ads