Hi all,
Recently I am porting Series60 to UIQ.
I can't port what to get group member.
Series 60 Code :
There is no CPbkContactEngine class in UIQ.Code:iPbkContactEngine = CPbkContactEngine::NewL(); // get CContactGroup pointer CContactGroup* cotactGroup = iPbkContactEngine->ReadContactGroupL( aContactItemId ); CleanupStack::PushL(cotactGroup ); // get group member const CContactIdArray* contactArray = cotactGroup ->ItemsContained(); .... CleanupStack::PopAndDestroy(cotactGroup );
I use only CContactDatabase class.
I don't know how to get group member in UIQ.
plz help me. thanks.





