Disable AutoRecover

P

Patrick

Hello,

I'm doing a mail merge programmatically (c#) with word 2007. When an error
occurs, Word tries to recover the lost file and requires human interaction. I
would likke to disable the autorecover option of word through c# code.

I found out that with Word 2003 and VBA you could do
Application.AutoRecover.Enabled = False

Can I do something like that with c# and Word 2007?

Thanks,
Patrick
 

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