messagingfw/msgtestfw/TestCases/ScriptedTestCases/Capabilities/Cap_CreateFolderTo.ini
equal
deleted
inserted
replaced
|
1 [GetBaseConstants] |
|
2 actionParam = inboxFolderId outboxFolderId draftsFolderId sentFolderId deletedFolderId |
|
3 |
|
4 [CreateSession] |
|
5 actionParam = session |
|
6 |
|
7 [GetEmailConstants] |
|
8 actionParam = imapMtmUid popMtmUid smtpMtmUid |
|
9 |
|
10 [CreateImap4Service] |
|
11 actionParam = session _ _ _ _ "Imap4Service" "MyAccount" "none" imap4ServiceId |
|
12 |
|
13 [CreateSmtpService] |
|
14 actionParam = session _ _ _ _ "SmtpService" smtpServiceId |
|
15 |
|
16 [CreateFolder] |
|
17 actionParam = session draftsFolderId smtpMtmUid smtpServiceId _ _ _ _ _ folderToId |
|
18 |
|
19 [SaveMsvIdToParamToFile] |
|
20 actionParam = folderToId "c:\msgtest\SaveIntToParamToFile.txt" |
|
21 |
|
22 [CheckChildrenCount0] |
|
23 actionParam = session folderToId 0 |