email_plat/email_crkeys_api/inc/commonemailcrkeys.h
branchRCL_3
changeset 10 f5907b1a1053
child 14 b13141f05c3d
equal deleted inserted replaced
8:e1b6206813b4 10:f5907b1a1053
       
     1 /*
       
     2 * Copyright (c) 2009 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 the License "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 *       repository keys to track which mailbox has the latest new email
       
    16 *
       
    17 */
       
    18 
       
    19 #ifndef _COMMONEMAILCRKEYS_H_
       
    20 #define _COMMONEMAILCRKEYS_H_
       
    21 
       
    22 // central repository key for email data
       
    23 const TUid KCmailDataRepository	= { 0x20029F4A };
       
    24 
       
    25 // key for display text (mailbox name?) of email indicator popup
       
    26 const TUint32 KCmailNewEmailDisplayText =  0x00000001 ;
       
    27 
       
    28 #endif // _COMMONEMAILCRKEYS_H_