messagingfw/msgtestfw/TestActions/Email/Smtp/src/CMtfTestActionCreateSmtpMessageVariable.cpp
changeset 58 6c34d0baa0b1
parent 0 8e480a14352b
equal deleted inserted replaced
55:6f4453afd006 58:6c34d0baa0b1
   101 	CMsvEntry* entry = CMsvEntry::NewL(*paramSession,paramFolderId,TMsvSelectionOrdering());
   101 	CMsvEntry* entry = CMsvEntry::NewL(*paramSession,paramFolderId,TMsvSelectionOrdering());
   102 	CleanupStack::PushL(entry);
   102 	CleanupStack::PushL(entry);
   103 	entry->SetEntryL(paramServiceId);
   103 	entry->SetEntryL(paramServiceId);
   104 
   104 
   105 	RFs fs;
   105 	RFs fs;
   106 	fs.Connect();
   106 	User::LeaveIfError( fs.Connect() );
   107 
   107 
   108 	CImCltRecvConvert* recvConvert = CImCltRecvConvert::NewLC(fs,entry,entry->Entry().iMtm,paramServiceId);
   108 	CImCltRecvConvert* recvConvert = CImCltRecvConvert::NewLC(fs,entry,entry->Entry().iMtm,paramServiceId);
   109 	recvConvert->SetMsvId(paramFolderId);
   109 	recvConvert->SetMsvId(paramFolderId);
   110 
   110 
   111 	RFile file;
   111 	RFile file;