If you right-click a MSWord .doc file in Windows Explorer and go to Properties\Summary you get to see all kinds of information (Author's Name, Company, Title, etc.).

When I do the same on one of the files that my application saves I see the same fields.

How do I get my application to put data into these?

I've looked at FileVersionInfo, but this only provides read methods, not writes.