This example sets Word to save AutoRecover information for all open documents every five minutes.
Options.SaveInterval = 5
This example prevents Word from saving AutoRecover information.
Options.SaveInterval = 0
This example returns the current status of the Save AutoRecover info every option on the Save tab in the Options dialog box.
temp = Options.SaveInterval