messagingappbase/mce/inc/MceIds.hrh
changeset 0 72b543305e3a
child 22 52d61119153d
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  
       
    15 *     This file contains declarations for resources of Mce.
       
    16 *     The file can be included in C++ or resource file.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 #ifndef MCEIDS_HRH
       
    23 #define MCEIDS_HRH
       
    24 
       
    25 //  CONSTANTS
       
    26 // predefined entry ids (continues from /msg/msgsinc/msvstd.hrh)
       
    27 #define KMceDocumentsEntryIdValue    0x1008
       
    28 #define KMceTemplatesEntryIdValue    0x1009
       
    29 
       
    30 
       
    31 // extra items in Mce "Write message", "Delivery reports"
       
    32 #define KMceWriteMessageListIdValue 0x5
       
    33 #define KMceDeliveryReportsListIdValue 0x6
       
    34 #define KMceNoMailboxesListIdValue 0x7
       
    35 #define KMceExtraItemPlaceHolderValue 0x8
       
    36 #define KMceHideInBackgroundValue 0x9
       
    37 
       
    38 // view items
       
    39 #define KMceMainViewListViewIdValue     0x01
       
    40 #define KMceMessageListViewIdValue      0x02
       
    41 #define KMceDeliveryReportViewIdValue   0x03
       
    42 
       
    43 // mce app uid
       
    44 #define KMceApplicationUidValue         0x100058C5
       
    45 
       
    46 // Special handling for Mail for exchange
       
    47 #define KMceMtmMailForExchangeValue      0x102826F8 
       
    48 #endif
       
    49 
       
    50 // End of File