emailservices/emailframework/inc/CFSMailClient.h
branchRCL_3
changeset 20 efd4f1afd43e
parent 8 e1b6206813b4
child 22 d620048b4810
equal deleted inserted replaced
18:6b8f3b30d0ec 20:efd4f1afd43e
   210 
   210 
   211     /**
   211     /**
   212      * returns email mailbox object related to given mailbox id
   212      * returns email mailbox object related to given mailbox id
   213      *
   213      *
   214      * @param aMailBoxId mailbox id
   214      * @param aMailBoxId mailbox id
   215      * @return mailbox object ( CFSMailBox ), ownership is transferred to user
   215      * @return mailbox object ( CFSMailBox )
       
   216      *         or NULL if no matching mailbox found. 
       
   217      *         Ownership is transferred to user!
   216      */
   218      */
   217      IMPORT_C CFSMailBox* GetMailBoxByUidL( const TFSMailMsgId aMailBoxId);
   219      IMPORT_C CFSMailBox* GetMailBoxByUidL( const TFSMailMsgId aMailBoxId);
   218                 
   220       	  		
       
   221 
       
   222     /**
       
   223      * returns email mailbox object related to given mailbox id. Otherwise 
       
   224      * identical to GetMailBoxByUidL but mailbox object is stored to cleanup 
       
   225      * stack.
       
   226      *
       
   227      * @param aMailBoxId mailbox id
       
   228      * @return mailbox object ( CFSMailBox )
       
   229      *         or NULL if no matching mailbox found.
       
   230      *         CFSMailBox pointer is stored to cleanup stack (even if NULL). 
       
   231      *         Ownership is transferred to user! 
       
   232      */
       
   233      IMPORT_C CFSMailBox* GetMailBoxByUidLC( const TFSMailMsgId aMailBoxId);
       
   234 
       
   235      
   219     /**
   236     /**
   220      * returns email folder object related to given folder id
   237      * returns email folder object related to given folder id
   221      *
   238      *
   222      * @param aMailBoxId id of mailbox containing folder
   239      * @param aMailBoxId id of mailbox containing folder
   223      * @param aFolderId folder id
   240      * @param aFolderId folder id