class MConverterCallBack |
Interface class for providing Intra-Contact Properties during a PBAP specific contacts export.
Public Member Functions | |
---|---|
void | AddIntraContactPropertiesL(const TContactItemId &, CArrayPtr< CParserProperty > *) |
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.
const TContactItemId & aContactId | |
CArrayPtr< CParserProperty > * aPropertyList |