Changing Properties in Tools / Options Programmatically

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Greetings!

I am quite familiar with VBA from Excel 2000, but this is my first attempt at using it in Outlook 2000. I have a situation where I set the the option in the Tools \ Options \ Mail Format to use Microsoft Word as my email editor. However, everytime that I log out and log in my user profile is reset by the server and I have to set this property manually each day. I want to do it programmatically in VBA, but I can't seem to find any reference to it at the application level. Ideally, I would like to create code that runs when Outlook is started (i.e., Application object's Started event) that automatically changes this setting for me.

Could someone please point me in the right direction?

Thanks in advance!
 
Back
Top