messagingfw/msgtestfw/TestCases/ScriptedTestCases/Capabilities/Cap_CreateSingleEntryInDrafts.ini
equal
deleted
inserted
replaced
|
1 |
|
2 // Clean down the message store. |
|
3 |
|
4 [GetBaseConstants] |
|
5 actionParam = inboxFolderId outboxFolderId draftsFolderId sentFolderId deletedFolderId |
|
6 |
|
7 [CreateSession] |
|
8 actionParam = session |
|
9 |
|
10 [ResetMessageStore] |
|
11 actionParam = session |
|
12 |
|
13 [CheckChildrenCount0] |
|
14 actionParam = session draftsFolderId 0 |
|
15 |
|
16 [CreateImap4Service] |
|
17 actionParam = session _ _ _ _ "Imap4Service" "MyAccount" "none" imap4ServiceId |
|
18 |
|
19 // Now put a single email in the inbox. |
|
20 [CreateSmtpService] |
|
21 actionParam = session _ _ _ _ "SmtpService" smtpServiceId |
|
22 |
|
23 [CreateRegistry] |
|
24 actionParam = session clientMtmRegistry |
|
25 |
|
26 [SetDefaultConfiguration1] |
|
27 actionParam = CMtfConfigurationType::TMtfConfigurationType::EMtfSmtpSettings "c:\msgtest\TestFramework\Configurations\EmailSettings\ODCSmtpSettings.txt" |
|
28 |
|
29 [SetDefaultConfiguration2] |
|
30 actionParam = CMtfConfigurationType::TMtfConfigurationType::EMtfEmailFile "c:\msgtest\TestFramework\Configurations\EmailMessage\test1.txt" |
|
31 |
|
32 [SetSmtpServiceParameters] |
|
33 actionParam = session smtpServiceId _ |
|
34 |
|
35 [CreateSmtpMessageFromEmailFile0] |
|
36 actionParam = session smtpServiceId draftsFolderId 0 smtpMessageId |
|
37 |
|
38 [SleepDelay] |
|
39 actionParam = 1 |
|
40 |
|
41 [SaveMsvIdParamToFile] |
|
42 actionParam = smtpMessageId "c:\msgtest\SaveIntParamToFile.txt" |
|
43 |
|
44 [CheckChildrenCount1] |
|
45 actionParam = session draftsFolderId 1 |