emailservices/emailframework/inc/CFSMailClient.h
branchRCL_3
changeset 60 d620048b4810
parent 52 efd4f1afd43e
child 63 d189ee25cf9d
--- a/emailservices/emailframework/inc/CFSMailClient.h	Mon Jun 21 15:20:54 2010 +0300
+++ b/emailservices/emailframework/inc/CFSMailClient.h	Thu Jul 15 18:19:25 2010 +0300
@@ -389,7 +389,15 @@
       * @param aMailboxName new name for the mailbox
       */
      IMPORT_C void SetMailboxName( const TFSMailMsgId aMailboxId, const TDesC& aMailboxName );
-
+     
+     /**
+      * Prepares and sets the MR description by converting HTML body to Plain text
+      *
+      * @param aMailboxId mailbox id
+      * @param aMessageId message id
+      */     
+     IMPORT_C virtual void PrepareMrDescriptionL( const TFSMailMsgId& aMailBoxId,
+                                                  const TFSMailMsgId& aMessageId );
 public: // from  CExtendableEmail
 
     /**