Hi,
Does anyone know how can I get access to some custom field defined in a Contact from Outlook?
I think custom fields are in the UserProperties, but I do not know how to access it with PHP. Currently I am able to get access to all other properties (FirstName, etc.) but since it is some kind of array, I have not figured out how to access it. I have tried things like .. ->UserProperties("Sector"), or ->UserProperties.Sector, or even ->UserProperties(1), but it won't work.
Thank you in advance.
Pablo