|
||
class CContactVCardConverter : public CContactEcomConverter;
Plug-in vCard to CContactItem
converter.
CContactEcomConverter
- No description.
CContactVCardConverter
- Plug-in vCard to CContactItem converter
Defined in CContactVCardConverter
:
EConnectWhitespace
Allows to set white spaces as value for an empty fieldEDecreaseAccessCount
Decrease the contact's access count when importing and exportingEDefault
EExcludeUid
Don't export the contact ID (for exporting only)EIgnoreUid
During import ignore the UID property value of the vCardEImportSingleContact
Only import the first contact in the read stream (for importing only)EIncludeX
Handle Symbian's extended vCard format optionsEIncreaseAccessCount
Increase the contact's access count when importing and exportingELocalTime
Sets a contact item to the local time when importingENullTemplateId
Allows to set a template to a contact item that does not existEReplaceIfExists
During import, if it is determined that the contact item being imported already exists in the database then the contact item
in the database will be deleted before being replaced by the vCard being importedETTFormat
Support non-standard extensions requried by Symbian PC connectivity software and Microsoft, amongst othersExportL()
Export a contact as vCardImportL()
Imports one or more vCards from a read streamTOptions
Import and export format flagsvirtual CArrayPtr< CContactItem > *ImportL(CContactDatabase &aDb, RReadStream &aReadStream, TBool &aImportSuccessful, TInt
aOptions, TBool aImportSingle);
Imports one or more vCards from a read stream. The vCards are converted into contact items, and added to the database. If at least one contact item was successfully imported, aImportSuccessful is set to ETrue.
|
|
virtual void ExportL(CContactDatabase &aDb, const CContactIdArray &aSelectedContactIds, RWriteStream &aWriteStream, TInt aOptions,
const Versit::TVersitCharSet aCharSet, TBool aExportPrivateFields, TInt aCommitNumber);
Export a contact as vCard.
|
TOptions
Import and export format flags. Contacts can be imported into or exported from the contact database as vCards.
The following options are available during import and export.
|