emailservices/emailframework/inc/MailBrandManager.hrh
changeset 72 64e38f08e49c
parent 65 478bc57ad291
child 75 47d84de1c893
equal deleted inserted replaced
65:478bc57ad291 72:64e38f08e49c
     1 /*
       
     2 * Copyright (c) 2007-2008 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:  Branding Manager definitons.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MAILBRANDMANAGER_HRH
       
    20 #define MAILBRANDMANAGER_HRH
       
    21 
       
    22 /** branding element */
       
    23 enum TFSBrandElement
       
    24 	{
       
    25 	EFSMailboxIcon,
       
    26 	EFSMailboxName,
       
    27 	EFSMailboxNameColor,
       
    28 	EFSComposeScreenBackground,
       
    29 	EFSWatermark,
       
    30 	EFSBrandName
       
    31 	};
       
    32 	
       
    33 #endif  // MAILBRANDMANAGER_HRH
       
    34