MConverterCallBack Class Reference

#include <app/cntdb.h>

class MConverterCallBack
Public Member Functions
pure virtual voidAddIntraContactPropertiesL(const TContactItemId &, CArrayPtr< CParserProperty > *)

Detailed Description

Interface class for providing Intra-Contact Properties during a PBAP specific contacts export.

Member Function Documentation

AddIntraContactPropertiesL ( const TContactItemId &, CArrayPtr< CParserProperty > * )

voidAddIntraContactPropertiesL(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.