View Single Post
  #2  
Old May 8th 08, 10:24 PM posted to microsoft.public.outlook.program_vba
Guest
 
Posts: n/a
Default Change Outlook Options

You can change the MailItem.BodyFormat property on the fly, but to change it
for all messages by default you can use code to edit the setting in the
registry (which may require an Outlook restart to take effect).

See also:

Eric Legault My Eggo : Outlook's Message Format Settings In The Registry:
http://blogs.officezealot.com/legaul...8/03/1324.aspx

--
Eric Legault [MVP - Outlook]
MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, MOSS 2007
& WSS 3.0 Application Development)
Collaborative Innovations
- Try Picture Attachments Wizard For Microsoft Outlook -
Web: http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault


"Shyam" wrote in message
...
I have my VBA applications that access MS Outlook 2003 to send emails.
However I would want to turn off the option "Use MS Office 2003 to edit
e-mail messages"

Can someone help me with the VBA code to do the same?

Thanks


Ads