emailservices/emailserver/inc/fsnotificationhandlerbase.h
branchRCL_3
changeset 10 f5907b1a1053
parent 8 e1b6206813b4
child 12 4ce476e64c59
equal deleted inserted replaced
8:e1b6206813b4 10:f5907b1a1053
   214      * @return Pointer to newest message in the folder. If
   214      * @return Pointer to newest message in the folder. If
   215      *         no messages are found, leaves with KErrNotFound.
   215      *         no messages are found, leaves with KErrNotFound.
   216      */      
   216      */      
   217     CFSMailMessage* NewestMsgInFolderL(
   217     CFSMailMessage* NewestMsgInFolderL(
   218         /*const*/ CFSMailFolder& aFolder ) const;
   218         /*const*/ CFSMailFolder& aFolder ) const;
   219 
   219     
       
   220     
       
   221     /*
       
   222      * function that handles the mailindicator
       
   223      */
       
   224     void MailIndicatorHandlingL(TFSMailMsgId aMailbox);
       
   225     
   220 private:
   226 private:
   221 
   227 
   222     /**
   228     /**
   223      * Function that sets the notification of the derived class on.
   229      * Function that sets the notification of the derived class on.
   224      *
   230      *