My word addin writes some stuff to the document in the AddIn_Startup event (of course under some conditions ;-) ). When a document is recovered, most of the time there is recovered text in the document and I dont want to write in the recovered file with my generated text.
So I need to know how it is possible to determine if the ActiveDocument is recovered.
I am using C# and Visual Studio Tools for Office 2010.