1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
24 #if !defined(__MSVIDS_H__)
26 #if !defined(__MSVSTD_HRH__)
29 #if !defined(__MSVSTD_H__)
33 // Predefined entry ids - values #defined in MSVSTD.HRH
37 This is typically used to indicate that the ID has not yet been set. It can
38 also be used to "park" a CMsvServerEntry so that it doesn't lock an index
43 @see KMsvNullIndexEntryIdValue
45 const TMsvId KMsvNullIndexEntryId=KMsvNullIndexEntryIdValue;//0
48 Temporary ID used for testing purpose
52 @see KMsvTempIndexEntryIdValue
54 const TMsvId KMsvTempIndexEntryId=KMsvTempIndexEntryIdValue;//1
57 ID of root entry of entire index
61 @see KMsvRootIndexEntryIdValue
63 const TMsvId KMsvRootIndexEntryId=KMsvRootIndexEntryIdValue;//0x1000
66 ID of local service (containing the standard folders)
70 @see KMsvLocalServiceIndexEntryIdValue
72 const TMsvId KMsvLocalServiceIndexEntryId=KMsvLocalServiceIndexEntryIdValue;//0x1001
79 @see KMsvGlobalInBoxIndexEntryIdValue
81 const TMsvId KMsvGlobalInBoxIndexEntryId=KMsvGlobalInBoxIndexEntryIdValue;//0x1002
88 @see KMsvGlobalOutBoxIndexEntryIdValue
90 const TMsvId KMsvGlobalOutBoxIndexEntryId=KMsvGlobalOutBoxIndexEntryIdValue;//0x1003
97 @see KMsvDraftEntryIdValue
99 const TMsvId KMsvDraftEntryId=KMsvDraftEntryIdValue; //0x1004
106 @see KMsvSentEntryIdValue
108 const TMsvId KMsvSentEntryId=KMsvSentEntryIdValue; //0x1005
111 ID of Deleted folder - Invisible folder
115 @see KMsvDeletedEntryFolderEntryIdValue
117 const TMsvId KMsvDeletedEntryFolderEntryId=KMsvDeletedEntryFolderEntryIdValue;//0x1006
120 ID used to indicate Unknown/Invalid Service entry folder
124 @see KMsvUnkownServiceIndexEntryIdValue
126 const TMsvId KMsvUnknownServiceIndexEntryId=KMsvUnkownServiceIndexEntryIdValue; //0x1007
133 const TMsvId KFirstFreeEntryId=0x100000;
140 const TUid KUidPOPService = {0x2000BB68};
147 const TUid KUidIMAPService = {0x2000BB69};
154 const TUid KUidSMTPService = {0x2000BB6A};
157 Uid for SendAs2Service
161 const TUid KUidSendAs2Service = {0x2000BB6B};
168 const TUid KUidSMSService = {0x2000BB6C};