messagingfw/msgtestfw/TestCases/ScriptedTestCases/AttachmentAPIScripts/05-SMTP_AddEntryAttachment.INI
equal
deleted
inserted
replaced
|
1 [GetConstants] |
|
2 actionParam = inboxId outboxId draftsId sentId deletedId |
|
3 |
|
4 [SmtpMTMUId] |
|
5 actionParam = smtpUid |
|
6 |
|
7 [SessionId] |
|
8 actionParam = thisSession |
|
9 |
|
10 [CreateSmtpService] |
|
11 actionParam = thisSession smtpUid _ _ _ _ "SmtpService" smtpServiceId |
|
12 |
|
13 [CreateRegistry] |
|
14 actionParam = thisSession clientMTMRegistry |
|
15 |
|
16 [CreateMessageEntry] |
|
17 actionParam = thisSession outboxId smtpUid smtpServiceId _ _ _ "SMTPMessageEntry" "SMTPMessageEntryDetails" messageEntryId |
|
18 |
|
19 [SetDefaultConfigurationEMailFile] |
|
20 actionParam = CMtfConfigurationType::TMtfConfigurationType::EMtfEmailFile "c:\msgtest\TestFramework\Configurations\EmailMessage\AttachmentAPI_SimpleEmail01.txt" |
|
21 |
|
22 [CreateSmtpMessageFromEmailFile] |
|
23 actionParam = thisSession smtpServiceId outboxId 0 messageId |
|
24 [MoveEntry] |
|
25 actionParam = thisSession messageEntryId inboxId |
|
26 |
|
27 [FindEntryByName] |
|
28 actionParam = thisSession inboxId "SMTPMessageEntry" entryId |
|
29 |
|
30 [SmtpAddEntryAttachment] |
|
31 actionParam = thisSession messageId entryId attachmentId |
|
32 |
|
33 [SmtpCountAttachments] |
|
34 actionParam = thisSession messageId 1 attachmentCount |