ipsservices/ipssosplugin/src/ipsplgmsgmapper.cpp
changeset 3 a4d6f1ea0416
parent 1 12c456ceeff2
child 11 0396474f30f5
equal deleted inserted replaced
2:5253a20d2a1e 3:a4d6f1ea0416
   120     TFSMailMsgId msgId( iPlugin.PluginId(), aEntry.Entry().Id() );
   120     TFSMailMsgId msgId( iPlugin.PluginId(), aEntry.Entry().Id() );
   121     CFSMailMessage* fsMsg = CFSMailMessage::NewLC( msgId );
   121     CFSMailMessage* fsMsg = CFSMailMessage::NewLC( msgId );
   122 
   122 
   123     fsMsg->SetFolderId(
   123     fsMsg->SetFolderId(
   124         TFSMailMsgId( iPlugin.PluginId(), aEntry.Entry().Parent() ) );
   124         TFSMailMsgId( iPlugin.PluginId(), aEntry.Entry().Parent() ) );
   125 
   125     // ERLN-7YUEX3
       
   126     fsMsg->SetMailBoxId(TFSMailMsgId( iPlugin.PluginId(), aEntry.Entry().iServiceId ));
       
   127     // End ERLN-7YUEX3
       
   128     
   126     CMsvStore* store( NULL );
   129     CMsvStore* store( NULL );
   127 
   130 
   128     if ( aEntry.HasStoreL() )
   131     if ( aEntry.HasStoreL() )
   129         {
   132         {
   130         store = aEntry.ReadStoreL();
   133         store = aEntry.ReadStoreL();