Change Outlook Options

S

Shyam

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
 
G

Guest

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/legault/archive/2004/08/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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top