Editing Office Document properties without Office
I wanted to access the properties of an Office document without using the Office Interops.
This
KB article describes exactly how to do that using VB.Net. On searching more, I came across this
article on Code Project demonstrating how to do it in C#.