--- 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;