programmatically changing defaults

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

Guest

Is there any way to programmatically change default settings for Outlook that
are otherwise unavailable through Tools-Options?

For example, I'd like to change the default free/busy status for all
calendar events to "free".
 
You could use the Inspectors.NewInspector event handler to change that property on any new appointment window that opens.
 
Back
Top