Apply File Summary Properties?

  • Thread starter Thread starter poi
  • Start date Start date
P

poi

Looking for any information on setting file summary properties to
Microsoft Office and Adobe Acrobat files. For example, I would like to
implement a FileSystemWatcher-launched program that stamps any file with
"copyright blahblahblah" in the Comments or Company Name fields.

Thanks.
 
poi said:
Looking for any information on setting file summary properties to
Microsoft Office and Adobe Acrobat files. For example, I would like to
implement a FileSystemWatcher-launched program that stamps any file with
"copyright blahblahblah" in the Comments or Company Name fields.

Thanks.

The summary information is stored as IPropertySetStoraget etc. Anyway,
simplest way to do that might be to use this might be to use
"ms-help://MS.VSCC/MS.MSDNVS/kboffgen/Source/offdev/q186898.htm" (KBase:
186898) and wrap that implementation within a MC++ object and use that
to add that information from C#. Otherwise,
check out "http://www.dotnet247.com/247reference/msgs/16/84250.aspx"
which has Nicholas's declaration of Structured storage stuff for C#.
HTH
 
Back
Top