Hi,
I'm using the Outlook 2003 PIA and VS 2005 to access items in a public folder. The item.UserProperties
collection always comes back empty, despite the items having several user defined fields.
If I add a property in code using UserProperties.Add
, it is saved correctly with the item and is then available in the UserProperties next time the item is accessed. However, using MFCMapi
to access the item I can see no difference between this new property and the existing user defined ones.
Any thoughts?
Thanks.