meetingrequest/mrcommon/inc/tesmrinputparams.h
changeset 0 8466d47a6819
child 16 4ce476e64c59
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2007-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 "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:  Definitions for ES MR input parameters
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef TESMRINPUTPARAMS_H
       
    20 #define TESMRINPUTPARAMS_H
       
    21 
       
    22 //<cmail>
       
    23 #include "esmrdef.h"
       
    24 //</cmail>
       
    25 
       
    26 class CCalEntry;
       
    27 class MMRInfoObject;
       
    28 class CFSMailMessage;
       
    29 class CFSMailClient;
       
    30 class CESMRAttachmentInfo;
       
    31 
       
    32 /**
       
    33  *  TESMRInputParams defines ES MR UI input parameters.
       
    34  *
       
    35  *  @lib esmricalviewer.lib
       
    36  */
       
    37 class TESMRInputParams
       
    38     {
       
    39 public: // Data
       
    40     /**
       
    41     * Calendar entry reference
       
    42     * Not own.
       
    43     */
       
    44     CCalEntry* iCalEntry;
       
    45 
       
    46     /**
       
    47     * MRINFO object reference
       
    48     * Not own
       
    49     */
       
    50     MMRInfoObject* iMRInfoObject;
       
    51 
       
    52     /**
       
    53     * Reference to FS Email message object
       
    54     * Not own.
       
    55     */
       
    56     CFSMailMessage* iMailMessage;
       
    57 
       
    58     /**
       
    59     * Reference to FS Mail client object
       
    60     * Not own.
       
    61     */
       
    62     CFSMailClient* iMailClient;
       
    63 
       
    64     /**
       
    65     * Command to be executed
       
    66     */
       
    67     TESMRCommand iCommand;
       
    68 
       
    69     /**
       
    70      * Pointer to attachment information
       
    71      * Not owned.
       
    72      */
       
    73     CESMRAttachmentInfo* iAttachmentInfo;
       
    74 
       
    75     /**
       
    76     * Reserved for future use
       
    77     */
       
    78     TInt iSpare;
       
    79     };
       
    80 
       
    81 #endif // TESMRINPUTPARAMS_H