hi can anyone tell me how to use the S60 API for adding additional feilds to contact items.
I know that the class CPbkContactItem, has a method
AddFieldL(CPbkFieldInfo& aFieldInfo);
but I am unsure how to actually use this, as the constructor is private.
I know it is possible to programmatically add feilds using the underlying ContactsDatabase class but how do I do this using the phoneBook api's?
I've had a good look thru the Nokia / Symbain documentation on contacts / phone book API's and there doesn't seem to be an example of how to achive this demonstrated in that.