emailservices/emailcommon/inc/CFSMailBoxBase.h
changeset 72 64e38f08e49c
parent 65 478bc57ad291
equal deleted inserted replaced
65:478bc57ad291 72:64e38f08e49c
    96      * sets settings view id for mailbox
    96      * sets settings view id for mailbox
    97      *
    97      *
    98      * @param aUid settings view id
    98      * @param aUid settings view id
    99      */
    99      */
   100      IMPORT_C void SetSettingsUid(const TUid aUid);
   100      IMPORT_C void SetSettingsUid(const TUid aUid);
       
   101 
       
   102 	/**
       
   103 	 * Returns a meeting request info processor, which is used for replying
       
   104 	 * to meeting request received as MMRInfoObjet
       
   105 	 *
       
   106 	 * @return meeting info Processor, NULL if not supported by plugin
       
   107 	 *         ownership not transferred
       
   108 	 */ 
       
   109      IMPORT_C MMRInfoProcessor& MRInfoProcessorL();
       
   110 
       
   111     /**
       
   112      * method to cheack if MRInfoProcessor is set
       
   113      *
       
   114      * @return
       
   115      */
       
   116 	 IMPORT_C TBool IsMRInfoProcessorSet();
       
   117 
   101 	/**
   118 	/**
   102 	 * Meeting request info processor mutator
   119 	 * Meeting request info processor mutator
   103 	 *
   120 	 *
   104 	 * @param aMrInfoProcessor meeting info Processor, ownership transferred
   121 	 * @param aMrInfoProcessor meeting info Processor, ownership transferred
   105 	 */ 
   122 	 */