emailservices/emailcommon/inc/CFSMailBoxBase.h
changeset 66 084b5b1f02a7
parent 62 a8c646b56683
--- a/emailservices/emailcommon/inc/CFSMailBoxBase.h	Mon Aug 23 23:32:31 2010 +0300
+++ b/emailservices/emailcommon/inc/CFSMailBoxBase.h	Fri Sep 03 14:07:42 2010 +0300
@@ -98,6 +98,23 @@
      * @param aUid settings view id
      */
      IMPORT_C void SetSettingsUid(const TUid aUid);
+
+	/**
+	 * Returns a meeting request info processor, which is used for replying
+	 * to meeting request received as MMRInfoObjet
+	 *
+	 * @return meeting info Processor, NULL if not supported by plugin
+	 *         ownership not transferred
+	 */ 
+     IMPORT_C MMRInfoProcessor& MRInfoProcessorL();
+
+    /**
+     * method to cheack if MRInfoProcessor is set
+     *
+     * @return
+     */
+	 IMPORT_C TBool IsMRInfoProcessorSet();
+
 	/**
 	 * Meeting request info processor mutator
 	 *