#include <app/cntdb.h>
class MConverterCallBack |
Public Member Functions | |
---|---|
pure virtual void | AddIntraContactPropertiesL(const TContactItemId &, CArrayPtr< CParserProperty > *) |
Interface class for providing Intra-Contact Properties during a PBAP specific contacts export.
void | AddIntraContactPropertiesL | ( | const TContactItemId & | aContactId, |
CArrayPtr< CParserProperty > * | aPropertyList | |||
) | [pure virtual] |
PBAP clients are supposed to provide any information regarding the contact item represented by aContactId. This information should be in form of standard vCard property, all such properties should be appended to the array aPropertyList.