RMobilePhoneBookStore::TMobilePhoneBookInfoV5 Class Reference

class RMobilePhoneBookStore::TMobilePhoneBookInfoV5 : public RMobilePhoneBookStore::TMobilePhoneBookInfoV2

Defines information about a Phonebook store for version v5.0 of the API.

Extends the v2.0 API to allow additional information about the phonebook (Maximum number of second name fields, Maximum number of additional number fields, Maximum number of additional group name fields, Maximum number of email address fields) to be retieved where available.

Constructor & Destructor Documentation

TMobilePhoneBookInfoV5()

IMPORT_CTMobilePhoneBookInfoV5()

This is the initialization of the TMobilePhoneBookInfoV5 structured type

Member Data Documentation

TInt iMaxAdditionalNumbers

TInt iMaxAdditionalNumbers

The maximum number of additional number fields that can be used.

TInt iMaxEmailAddr

TInt iMaxEmailAddr

The maximum number of additional E-Mail address fields that can be used.

TInt iMaxGroupNames

TInt iMaxGroupNames

The maximum number of additional Group Name fields that can be used.

TInt iMaxNumLengthAdditionalNumber

TInt iMaxNumLengthAdditionalNumber

The maximum number length for Additional Number fields.

TInt iMaxSecondNames

TInt iMaxSecondNames

The maximum number of Second Name fields that can be used.

TInt iMaxTextLengthAdditionalNumber

TInt iMaxTextLengthAdditionalNumber

The maximum text length for Additonal Number fields.

TInt iMaxTextLengthEmailAddr

TInt iMaxTextLengthEmailAddr

The maximum text length for Email Address fields.

TInt iMaxTextLengthGroupName

TInt iMaxTextLengthGroupName

The maximum text length for Group Name fields.

TInt iMaxTextLengthSecondName

TInt iMaxTextLengthSecondName

The maximum text length for Second Name fields.