diff -r 69530231af78 -r 28ae839b4c09 messagingfw/msgtestfw/TestCases/ScriptedTestCases/SendAs/MSG-SENDAS-SMTP-CIT-0017-Add_ToCcBcc_RecipientAddr.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/messagingfw/msgtestfw/TestCases/ScriptedTestCases/SendAs/MSG-SENDAS-SMTP-CIT-0017-Add_ToCcBcc_RecipientAddr.ini Tue Feb 02 10:12:21 2010 +0200 @@ -0,0 +1,89 @@ +[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 + +[ChkChildrenCountDraft0] +actionParam = session draftsFolderId 0 + +[CreateSmtpService] +actionParam = session _ _ _ _ "SmtpService" smtpServiceId + +[CreateRegistry] +actionParam = session clientMtmRegistry + +[CreateSmtpMtm] +actionParam = session smtpServiceId clientMtmRegistry smtpMtm + +[SetDefaultConfig0] +actionParam = CMtfConfigurationType::TMtfConfigurationType::EMtfSmtpSettings "c:\msgtest\TestFramework\Configurations\EmailSettings\ODCSmtpSettings.txt" + +[SetSmtpServiceParams] +actionParam = session smtpServiceId 0 + +[ChangeDfltSmtpService] +actionParam = smtpServiceId smtpMtm + +[ConnectSendAsServer] +actionParam = 10 sendAs + +[GetSmtpMtmUId] +actionParam = smtpUid + +[CreateMessageofType] +actionParam = sendAs smtpUid sendAsMessage + +[SendAsAddRecipientTo0] +actionParam = sendAsMessage "odc@ban-xxxxxx01.intra" "To0" RSendAsMessage::TSendAsRecipientType::ESendAsRecipientTo smtpUid 0 smtpServiceId _ + +[SendAsAddRecipientCc0] +actionParam = sendAsMessage "odc@ban-yyyyyy01.intra" "Cc0" RSendAsMessage::TSendAsRecipientType::ESendAsRecipientCc smtpUid 0 smtpServiceId _ + +[SendAsAddRecipientBcc0] +actionParam = sendAsMessage "odc@ban-zzzzzz01.intra" "Bcc0" RSendAsMessage::TSendAsRecipientType::ESendAsRecipientBcc smtpUid 0 smtpServiceId _ + +[SendAsAddRecipientTo1] +actionParam = sendAsMessage "odc@ban-mmmmmm01.intra" "To1" RSendAsMessage::TSendAsRecipientType::ESendAsRecipientTo smtpUid 0 smtpServiceId _ + +[SendAsAddRecipientCc1] +actionParam = sendAsMessage "odc@ban-nnnnnn02.intra" "Cc1" RSendAsMessage::TSendAsRecipientType::ESendAsRecipientCc smtpUid 0 smtpServiceId _ + +[SendAsAddRecipientBcc1] +actionParam = sendAsMessage "odc@ban-oooooo01.intra" "Bcc1" RSendAsMessage::TSendAsRecipientType::ESendAsRecipientBcc smtpUid 0 smtpServiceId _ + +[SendAsAddRecipientBcc2] +actionParam = sendAsMessage "odc@ban-ppppppp01.intra" "Bcc2" RSendAsMessage::TSendAsRecipientType::ESendAsRecipientBcc smtpUid 0 smtpServiceId _ + +[CloseMessage] +actionParam = sendAsMessage + +[CloseSvrConnection] +actionParam = sendAs + +[ChkChildrenCountDraft1] +actionParam = session draftsFolderId 1 + +[CreateChildrenSelDraft] +actionParam = session draftsFolderId msgSelection + +[GetMessageAtIndex] +actionParam = msgSelection 0 msgId + +[GetEntry] +actionParam = session msgId msgEntry + +[VerifyRecipientsTo] +actionParam = msgEntry TImHeaderEncodingInfo::TFieldList::ETo "odc@ban-xxxxxx01.intra" "To0" "odc@ban-mmmmmm01.intra" "To1" + +[VerifyRecipientsCc] +actionParam = msgEntry TImHeaderEncodingInfo::TFieldList::ECc "odc@ban-yyyyyy01.intra" "Cc0" "odc@ban-nnnnnn02.intra" "Cc1" + +[VerifyRecipientsBcc] +actionParam = msgEntry TImHeaderEncodingInfo::TFieldList::EBcc "odc@ban-zzzzzz01.intra" "Bcc0" "odc@ban-oooooo01.intra" "Bcc1" "odc@ban-ppppppp01.intra" "Bcc2" \ No newline at end of file