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 "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
22 #if !defined(__MSVIDS_H__)
24 #if !defined(__MSVSTD_HRH__)
27 #if !defined(__MSVSTD_H__)
31 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
32 #include "msvconsts.h"
35 // Predefined entry ids - values #defined in MSVSTD.HRH
39 This is typically used to indicate that the ID has not yet been set. It can
40 also be used to "park" a CMsvServerEntry so that it doesn't lock an index
45 @see KMsvNullIndexEntryIdValue
47 const TMsvId KMsvNullIndexEntryId=KMsvNullIndexEntryIdValue;//0
52 ID of root entry of entire index
56 @see KMsvRootIndexEntryIdValue
58 const TMsvId KMsvRootIndexEntryId=KMsvRootIndexEntryIdValue;//0x1000
61 ID of local service (containing the standard folders)
65 @see KMsvLocalServiceIndexEntryIdValue
67 const TMsvId KMsvLocalServiceIndexEntryId=KMsvLocalServiceIndexEntryIdValue;//0x1001
74 @see KMsvGlobalInBoxIndexEntryIdValue
76 const TMsvId KMsvGlobalInBoxIndexEntryId=KMsvGlobalInBoxIndexEntryIdValue;//0x1002
83 @see KMsvGlobalOutBoxIndexEntryIdValue
85 const TMsvId KMsvGlobalOutBoxIndexEntryId=KMsvGlobalOutBoxIndexEntryIdValue;//0x1003
92 @see KMsvDraftEntryIdValue
94 const TMsvId KMsvDraftEntryId=KMsvDraftEntryIdValue; //0x1004
101 @see KMsvSentEntryIdValue
103 const TMsvId KMsvSentEntryId=KMsvSentEntryIdValue; //0x1005
106 ID of Deleted folder - Invisible folder
110 @see KMsvDeletedEntryFolderEntryIdValue
112 const TMsvId KMsvDeletedEntryFolderEntryId=KMsvDeletedEntryFolderEntryIdValue;//0x1006
115 ID used to indicate Unknown/Invalid Service entry folder
119 @see KMsvUnkownServiceIndexEntryIdValue
121 const TMsvId KMsvUnknownServiceIndexEntryId=KMsvUnkownServiceIndexEntryIdValue; //0x1007
128 const TUid KUidPOPService = {0x2000BB68};
135 const TUid KUidIMAPService = {0x2000BB69};
142 const TUid KUidSMTPService = {0x2000BB6A};
145 Uid for SendAs2Service
149 const TUid KUidSendAs2Service = {0x2000BB6B};
156 const TUid KUidSMSService = {0x2000BB6C};