diff -r 459da34cdb45 -r 83cc6bae1de8 emailservices/emailcommon/inc/CFSMailMessagePart.h --- a/emailservices/emailcommon/inc/CFSMailMessagePart.h Fri Sep 03 17:52:02 2010 +0300 +++ b/emailservices/emailcommon/inc/CFSMailMessagePart.h Wed Sep 15 12:09:55 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