diff -r efd4f1afd43e -r d620048b4810 emailservices/emailframework/inc/CFSMailClient.h --- 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 /**