emailservices/emailserver/inc/cmailmailboxdetails.h
branchRCL_3
changeset 22 d620048b4810
parent 0 8466d47a6819
equal deleted inserted replaced
20:efd4f1afd43e 22:d620048b4810
    59 
    59 
    60 public: // data
    60 public: // data
    61     // For bookkeeping
    61     // For bookkeeping
    62     // id of the mailbox in the message store
    62     // id of the mailbox in the message store
    63     TFSMailMsgId iMailboxId;
    63     TFSMailMsgId iMailboxId;
    64     // array of message details objects
       
    65     RPointerArray<CMailMessageDetails> iMessageDetailsArray;
       
    66     // Data
    64     // Data
    67     // mailbox name
    65     // mailbox name
    68     HBufC*       iMailboxName;
    66     HBufC*       iMailboxName;
    69     };
    67     };
    70 
    68