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
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