|
|
|
typedef TInt32 TMsvId;
Specifies an entry in the Message Server index.
KMsvNullIndexEntryIdKMsvNullIndexEntryIdA NULL ID. This is typically used to indicate that the ID has not yet been set. ...KMsvRootIndexEntryIdKMsvRootIndexEntryIdID of root entry of entire index KMsvLocalServiceIndexEntryIdKMsvLocalServiceIndexEntryIdID of local service (containing the standard folders) KMsvGlobalInBoxIndexEntryIdKMsvGlobalInBoxIndexEntryIdID of Inbox folder KMsvGlobalOutBoxIndexEntryIdKMsvGlobalOutBoxIndexEntryIdID of Outbox folder KMsvDraftEntryIdKMsvDraftEntryIdID of Draft folder KMsvSentEntryIdKMsvSentEntryIdID of Sent folder KMsvDeletedEntryFolderEntryIdKMsvDeletedEntryFolderEntryIdID of Deleted folder - Invisible folder KMsvUnknownServiceIndexEntryIdKMsvUnknownServiceIndexEntryIdID used to indicate Unknown/Invalid Service entry folder TMsvPriority
Supplies the standard values for the message priority index entry field.
|
TMsvSendState
Defines sending state flags.
|
TMsvAttribute
Supplies values for bitmasks that allows the rapid setting or clearing of a number of TMsvEntryTMsvEntry fields.
The fields that can be manipulated are:
1. PC synchronisation
2. Visibility flag
3. Read flag
4. In-preparation flag
5. Connected flag
6. Pending deletion flag.
7. New flag
TMsvEntryTMsvEntryRepresents an entry in the Message Server index.CMsvSession::ChangeAttributesL(const CMsvEntrySelection &,TUint,TUint)Provides a quick way to set or clear multiple fields in a selection of entries.CMsvServerEntry::ChangeAttributes(const CMsvEntrySelection &,TUint,TUint)Provides a quick way to set or clear multiple fields in a selection of entries.
|
TMsvSorting
Defines the sort order options for a TMsvSelectionOrderingTMsvSelectionOrdering object. Options are set through TMsvSelectionOrdering::SetSorting(TMsvSorting).
TMsvSelectionOrderingTMsvSelectionOrderingDefines the sorting and grouping rules used to prepare a selection of entries.
|
TMsvGrouping
Defines grouping order options for a TMsvEntrySelection object. Grouping options can be combined in a bitmask and set through the TMsvEntrySelection constructor
|
TMsvResolverLeave
Defines error codes that relate to the Message Server.
MMsvEntryObserver::EMsvContextInvalidThe context has become invalid. The entry has been changed, but the CMsvEntry wa...
|