messagingfw/msgtestfw/TestCases/ScriptedTestCases/SendAs/MSG-SENDAS-SMTP-CIT-0017-Add'ToCcBcc'RecipientAddr.ini
changeset 3 28ae839b4c09
parent 2 69530231af78
child 6 fe71b07a6401
equal deleted inserted replaced
2:69530231af78 3:28ae839b4c09
     1 [GetBaseConstants]
       
     2 actionParam	= inboxFolderId outboxFolderId draftsFolderId sentFolderId deletedFolderId
       
     3 
       
     4 [CreateSession]
       
     5 actionParam	= session
       
     6 
       
     7 [ResetMessageStore]
       
     8 actionParam	= session
       
     9 
       
    10 [CreatePopAccount]
       
    11 actionParam = "MyAccount" "c:\msgtest\TestFramework\Configurations\EmailSettings\ODCPop3Settings.txt" accountId_1 PopSettings1 PopPrefs1 SmtpSettings1 SmtpPrefs1
       
    12 
       
    13 [ChkChildrenCountDraft0]
       
    14 actionParam	= session draftsFolderId 0
       
    15 
       
    16 [CreateSmtpService]
       
    17 actionParam	= session _ _ _ _ "SmtpService" smtpServiceId
       
    18 
       
    19 [CreateRegistry]
       
    20 actionParam	= session clientMtmRegistry
       
    21 
       
    22 [CreateSmtpMtm]
       
    23 actionParam	= session smtpServiceId clientMtmRegistry smtpMtm
       
    24 
       
    25 [SetDefaultConfig0]
       
    26 actionParam   =  CMtfConfigurationType::TMtfConfigurationType::EMtfSmtpSettings "c:\msgtest\TestFramework\Configurations\EmailSettings\ODCSmtpSettings.txt"
       
    27 
       
    28 [SetSmtpServiceParams]
       
    29 actionParam	= session smtpServiceId	0
       
    30 
       
    31 [ChangeDfltSmtpService]
       
    32 actionParam = smtpServiceId smtpMtm
       
    33 
       
    34 [ConnectSendAsServer]
       
    35 actionParam	=  10 sendAs
       
    36 
       
    37 [GetSmtpMtmUId]
       
    38 actionParam	= smtpUid
       
    39 
       
    40 [CreateMessageofType]
       
    41 actionParam	= sendAs smtpUid sendAsMessage 
       
    42 
       
    43 [SendAsAddRecipientTo0]
       
    44 actionParam	= sendAsMessage  "odc@ban-xxxxxx01.intra"  "To0"  RSendAsMessage::TSendAsRecipientType::ESendAsRecipientTo  smtpUid 0  smtpServiceId _
       
    45 
       
    46 [SendAsAddRecipientCc0]
       
    47 actionParam	= sendAsMessage  "odc@ban-yyyyyy01.intra"  "Cc0"  RSendAsMessage::TSendAsRecipientType::ESendAsRecipientCc  smtpUid 0 smtpServiceId _
       
    48 
       
    49 [SendAsAddRecipientBcc0]
       
    50 actionParam	= sendAsMessage  "odc@ban-zzzzzz01.intra"  "Bcc0"  RSendAsMessage::TSendAsRecipientType::ESendAsRecipientBcc smtpUid 0 smtpServiceId _
       
    51 
       
    52 [SendAsAddRecipientTo1]
       
    53 actionParam	= sendAsMessage  "odc@ban-mmmmmm01.intra"  "To1"  RSendAsMessage::TSendAsRecipientType::ESendAsRecipientTo   smtpUid 0 smtpServiceId _
       
    54 
       
    55 [SendAsAddRecipientCc1]
       
    56 actionParam	= sendAsMessage  "odc@ban-nnnnnn02.intra"  "Cc1"  RSendAsMessage::TSendAsRecipientType::ESendAsRecipientCc  smtpUid 0 smtpServiceId _
       
    57 
       
    58 [SendAsAddRecipientBcc1]
       
    59 actionParam	= sendAsMessage  "odc@ban-oooooo01.intra"  "Bcc1"  RSendAsMessage::TSendAsRecipientType::ESendAsRecipientBcc  smtpUid 0 smtpServiceId _
       
    60 
       
    61 [SendAsAddRecipientBcc2]
       
    62 actionParam	= sendAsMessage  "odc@ban-ppppppp01.intra"  "Bcc2"  RSendAsMessage::TSendAsRecipientType::ESendAsRecipientBcc  smtpUid 0 smtpServiceId _
       
    63 
       
    64 [CloseMessage]
       
    65 actionParam	= sendAsMessage
       
    66 
       
    67 [CloseSvrConnection]
       
    68 actionParam	= sendAs
       
    69 
       
    70 [ChkChildrenCountDraft1]
       
    71 actionParam	= session draftsFolderId 1
       
    72 
       
    73 [CreateChildrenSelDraft]
       
    74 actionParam	= session draftsFolderId msgSelection
       
    75 
       
    76 [GetMessageAtIndex]
       
    77 actionParam	= msgSelection  0  msgId
       
    78 
       
    79 [GetEntry]
       
    80 actionParam	= session msgId msgEntry
       
    81 
       
    82 [VerifyRecipientsTo]
       
    83 actionParam	= msgEntry  TImHeaderEncodingInfo::TFieldList::ETo "odc@ban-xxxxxx01.intra" "To0" "odc@ban-mmmmmm01.intra" "To1"
       
    84 
       
    85 [VerifyRecipientsCc]
       
    86 actionParam	= msgEntry TImHeaderEncodingInfo::TFieldList::ECc "odc@ban-yyyyyy01.intra"  "Cc0" "odc@ban-nnnnnn02.intra"  "Cc1"
       
    87 
       
    88 [VerifyRecipientsBcc]
       
    89 actionParam	= msgEntry TImHeaderEncodingInfo::TFieldList::EBcc "odc@ban-zzzzzz01.intra"  "Bcc0"  "odc@ban-oooooo01.intra"  "Bcc1" "odc@ban-ppppppp01.intra" "Bcc2"