emailservices/emailcommon/inc/CFSMailFolder.h
changeset 43 99bcbff212ad
parent 20 ecc8def7944a
child 62 a8c646b56683
equal deleted inserted replaced
42:139d4b7b2938 43:99bcbff212ad
    74      *
    74      *
    75      * @param aMessageId id of message to be removed
    75      * @param aMessageId id of message to be removed
    76      */
    76      */
    77      IMPORT_C void RemoveMessageL( const TFSMailMsgId aMessageId );
    77      IMPORT_C void RemoveMessageL( const TFSMailMsgId aMessageId );
    78 
    78 
       
    79      // <qmail>
       
    80      /**
       
    81       * removes given message from folder
       
    82       *
       
    83       * @param aMessageId id of message to be removed
       
    84       * @param aObserver Observer for the operation completion
       
    85       * 
       
    86       * @return id of the request, KErrFSMailPluginNotSupported if the protocol plugin this
       
    87       * instance is attached to does not support the async method.
       
    88       */
       
    89      IMPORT_C TInt RemoveMessageL( const TFSMailMsgId aMessageId,
       
    90                                    MFSMailRequestObserver& aObserver );
       
    91      // </qmail>
       
    92      
    79     /**
    93     /**
    80      * lists subfolders contained by this folder
    94      * lists subfolders contained by this folder
    81      *
    95      *
    82      * @param aSubFolderList list of subfolders
    96      * @param aSubFolderList list of subfolders
    83      */
    97      */