diff -r 9f5ae1728557 -r db3f5fa34ec7 messagingfw/msgtestfw/TestCases/ScriptedTestCases/SendAs/MSG-SENDAS-SMTP-CIT-0003-CreateMultipleMessages.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/messagingfw/msgtestfw/TestCases/ScriptedTestCases/SendAs/MSG-SENDAS-SMTP-CIT-0003-CreateMultipleMessages.ini Wed Nov 03 22:41:46 2010 +0530 @@ -0,0 +1,68 @@ +[GetBaseConstants] +actionParam = inboxFolderId outboxFolderId draftsFolderId sentFolderId deletedFolderId + +[CreateSession] +actionParam = session + +[ResetMessageStore] +actionParam = session + +[CreatePopAccount] +actionParam = "MyAccount" "c:\msgtest\TestFramework\Configurations\EmailSettings\ODCPop3Settings.txt" accountId_1 PopSettings1 PopPrefs1 SmtpSettings1 SmtpPrefs1 + +[CreateSmtpService] +actionParam = session _ _ _ _ "SmtpService" smtpServiceId + +[CreateRegistry] +actionParam = session clientMtmRegistry + +[CreateSmtpMtm] +actionParam = session smtpServiceId clientMtmRegistry smtpMtm + +[SetDefaultConfiguration0] +actionParam = CMtfConfigurationType::TMtfConfigurationType::EMtfSmtpSettings "c:\msgtest\TestFramework\Configurations\EmailSettings\ODCSmtpSettings.txt" + +[SetSmtpServiceParameters] +actionParam = session smtpServiceId 0 + +[ChkChildrenCountDraft0] +actionParam = session draftsFolderId 0 + +[ChangeDefaultSmtpService] +actionParam = smtpServiceId smtpMtm + +[ConnectSendAsServer] +actionParam = 10 sendAs + +[GetSMTPMTMUId] +actionParam = smtpTypeId + +[CreateMessageofType1] +actionParam = sendAs smtpTypeId sendAsMessage1 + +[ChkChildrenCountDraft1] +actionParam = session draftsFolderId 1 + +[CreateMessageofType2] +actionParam = sendAs smtpTypeId sendAsMessage2 + +[ChkChildrenCountDraft2] +actionParam = session draftsFolderId 2 + +[CreateMessageofType3] +actionParam = sendAs smtpTypeId sendAsMessage3 + +[ChkChildrenCountDraft3] +actionParam = session draftsFolderId 3 + +[SendAsSaveMessageAndClose3] +actionParam = sendAsMessage3 + +[SendAsSaveMessageAndClose2] +actionParam = sendAsMessage2 + +[SendAsSaveMessageAndClose1] +actionParam = sendAsMessage1 + +[CloseSvrConnection] +actionParam = sendAs \ No newline at end of file