Creating Local Message Folders
Article Metadata
To create a custom folder, you can use the following type and MTM settings for the index entry:
TMsvEntry mEntry;
mEntry.iMtm = KUidMsvLocalServiceMtm;
mEntry.iServiceId = KMsvLocalServiceIndexEntryId;
mEntry.iType = KUidMsvFolderEntry;


(no comments yet)