| class CContactConverter : public CBase |
Provides functionality to import and export vCards. One or more vCards can be imported from a read stream (the vCards are converted into contact items and added to the database). Also, contact items can be exported as vCards.
| Public Member Functions | |
|---|---|
| void | ExportL(CContactDatabase &, const CContactIdArray &, RWriteStream &, TInt, const Versit::TVersitCharSet, TBool, TInt) |
| CArrayPtr< CContactItem > * | ImportL(CContactDatabase &, RReadStream &, TBool &, TInt, TBool) |
| void | ExportL | ( | CContactDatabase & | aDb, |
| const CContactIdArray & | aSelectedContactIds, | |||
| RWriteStream & | aWriteStream, | |||
| TInt | aOptions, | |||
| const Versit::TVersitCharSet | aCharSet, | |||
| TBool | aExportPrivateFields, | |||
| TInt | aCommitNumber = 10 | |||
| ) | [pure virtual] | |||
| CContactDatabase & aDb | |
| const CContactIdArray & aSelectedContactIds | |
| RWriteStream & aWriteStream | |
| TInt aOptions | |
| const Versit::TVersitCharSet aCharSet | |
| TBool aExportPrivateFields | |
| TInt aCommitNumber = 10 |
| CArrayPtr< CContactItem > * | ImportL | ( | CContactDatabase & | aDb, |
| RReadStream & | aReadStream, | |||
| TBool & | aImportSuccessful, | |||
| TInt | aOptions, | |||
| TBool | aImportSingle | |||
| ) | [pure virtual] | |||
| CContactDatabase & aDb | |
| RReadStream & aReadStream | |
| TBool & aImportSuccessful | |
| TInt aOptions | |
| TBool aImportSingle |