Office document properties(metadata)

P

Patrick Conway

Hi!

I'm building a Windows form that allows users to view a
list of files (and their properties(metadata)) stored in a
certain directory.

All of the files in the directory are a result of a mail
merge created in another process.

In the Merge process, I used "BuiltInDocumentProperties"
of the word document to add a subject, keywords, and
comments.

When a user user clicks on any given document in the list,
I want to display this MetaData But I dont want to use an
instance of Word to retrieve it... Its too slow.

If you look at the properties of a word document using
widows explorer, the summary tab lists all of the metadata
without an instance of word running.

Anyone know how that is done?

I am using vb.net for this application but I can handle
answers in any of the VS.NET languages

Thanks,

Patrick
 
P

Paul Clement

¤ Hi!
¤
¤ I'm building a Windows form that allows users to view a
¤ list of files (and their properties(metadata)) stored in a
¤ certain directory.
¤
¤ All of the files in the directory are a result of a mail
¤ merge created in another process.
¤
¤ In the Merge process, I used "BuiltInDocumentProperties"
¤ of the word document to add a subject, keywords, and
¤ comments.
¤
¤ When a user user clicks on any given document in the list,
¤ I want to display this MetaData But I dont want to use an
¤ instance of Word to retrieve it... Its too slow.
¤
¤ If you look at the properties of a word document using
¤ widows explorer, the summary tab lists all of the metadata
¤ without an instance of word running.
¤
¤ Anyone know how that is done?
¤
¤ I am using vb.net for this application but I can handle
¤ answers in any of the VS.NET languages

You may want to try using the DSOFILE ActiveX Component. I'm not aware of any native .NET libraries
for structured storage.


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 

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