programmatically changing defaults

R

Rob74

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".
 
S

Sue Mosher [MVP-Outlook]

You could use the Inspectors.NewInspector event handler to change that property on any new appointment window that opens.
 
Top