Scenerio: Document library in SharePoint with column x of "Person or Group" type. From within a VBA macro (or VSTO add-in) we're trying to access the MetaProperty on the document to set/get the user name. Any attempt to access the value via the ContentTypeProperties collection throws a Type MisMatch error (13).
The Type property of the MetaProperty object says it's "msoMetaPropertyTypeUser". I cannot find any examples of how to work with MetaProperties of this type. Anyone have any experience with this?
Thanks!