How do I get/set Office Xp file properties without opening Word

  • Thread starter Thread starter Ken
  • Start date Start date
K

Ken

Hi,

I've written a C# app in VS .Net 2003 that gets and sets custom/summary
properties of Word documents by selecting a directory and get/setting
values using BuiltInDocumentProperties and CustomDocumentProperties by
opening Word whilst not visable updating then saving the doc.

However, I can see these values in the properties of the file in Windows
explorer (via the custom and summary tabs) which makes me think, can I
update these values WITHOUT having to open (invisable) update and save the
Word doc but just be able to get/set these properties if they're available
thru Windows Explorer

Thanks

Ken
 
Back
Top