emailservices/emailcommon/inc/CFSMailMessagePart.h
changeset 75 47d84de1c893
parent 72 64e38f08e49c
equal deleted inserted replaced
72:64e38f08e49c 75:47d84de1c893
   260 // </qmail>
   260 // </qmail>
   261      
   261      
   262     /**
   262     /**
   263      * Retrieves a read-only file handle for the content file of this message part.
   263      * Retrieves a read-only file handle for the content file of this message part.
   264      * The caller must close the file handle.
   264      * The caller must close the file handle.
       
   265      * 
       
   266      * @param aForWriting Open the file for writing
   265      *
   267      *
   266      * @return content file handle 
   268      * @return content file handle 
   267      */
   269      */
   268      IMPORT_C RFile GetContentFileL();
   270      IMPORT_C RFile GetContentFileL( TBool aForWriting = EFalse );
   269         
   271         
   270     /**
   272     /**
   271      * copies contents of this message part to given file
   273      * copies contents of this message part to given file
   272      *
   274      *
   273      * @param aContentLocation defines file location as 
   275      * @param aContentLocation defines file location as