messagingappbase/mce/inc/MceMessageListItemArray.h
branchRCL_3
changeset 14 c6838af47512
parent 0 72b543305e3a
--- a/messagingappbase/mce/inc/MceMessageListItemArray.h	Mon Mar 15 12:40:06 2010 +0200
+++ b/messagingappbase/mce/inc/MceMessageListItemArray.h	Wed Mar 31 21:25:02 2010 +0300
@@ -498,6 +498,14 @@
         //FS Email stuff
         TInt CreateEntryIndexL() const;
         TInt GetEntryIndex( TInt aIndex ) const;
+        
+        /**
+         * Check the MTM technology type for Mail Technology 
+         * @param aMtm: Mtm Uid
+         * @return : ETrue if Mtm Technology is Mail
+         *           otherwsie EFalse
+         */
+        TBool IsMailMtmTechnology(TUid aMtm ) const ;
     
     private:    // Data
         CMsvSessionPtr                  iSession;