RMsgStoreSortCriteria Class Reference
class RMsgStoreSortCriteria
|
This class represents the criteria for a sorting request
Member Functions Documentation
AddResultPropertyL(const TDesC8 &)
IMPORT_C void
|
AddResultPropertyL
|
(
|
const
TDesC8
&
|
aPropertyKey
|
)
|
|
Call this method to repeatly to specfy all the properties that the sorting result should include.
For example, in the folder view, the UI may only want to display "sender", "subject", "received date", and "flags", and not to display the rest of the properties. In this case, only add KMsgStorePropertySender, KMsgStorePropertySubject, KMsgStorePropertyReceivedAt, and KMsgStorePropertyFlags to this list and the sorted results will only include these properties.
Close()
Close()
must be called before this object goes out of scope
PropertyKeys()
Internal use only, not exported
Member Data Documentation
TMsgStoreId
iFolderId
Specifies the folder in which the sorting is to be perform
RPointerArray< TDesC8 > iPropertyKeys
TMsgStoreSortOrder
iSecondarySortOrder
TMsgStoreSortOrder
|
iSecondarySortOrder
|
When the iSortBy field is not EMsgStoreSortByReceivedDate, the received date becomes secondary sorting field. This specifies whether the secondary should be ascending or descending
TMsgStoreSortByField
iSortBy
TMsgStoreSortByField
|
iSortBy
|
TMsgStoreSortOrder
iSortOrder
TMsgStoreSortOrder
|
iSortOrder
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.