emailservices/emailcommon/inc/CFSMailMessagePart.h
changeset 75 47d84de1c893
parent 72 64e38f08e49c
--- a/emailservices/emailcommon/inc/CFSMailMessagePart.h	Fri Sep 17 08:27:21 2010 +0300
+++ b/emailservices/emailcommon/inc/CFSMailMessagePart.h	Mon Oct 04 00:05:37 2010 +0300
@@ -262,10 +262,12 @@
     /**
      * Retrieves a read-only file handle for the content file of this message part.
      * The caller must close the file handle.
+     * 
+     * @param aForWriting Open the file for writing
      *
      * @return content file handle 
      */
-     IMPORT_C RFile GetContentFileL();
+     IMPORT_C RFile GetContentFileL( TBool aForWriting = EFalse );
         
     /**
      * copies contents of this message part to given file